Skip to content

[core rest] incorrect isinstance str check failing in 2.7 #21340

Closed

Description

for the key and value pairs in urlencoded data input, we do checks to make sure they are the correct primitive types. However, the isinstance(str) check fails in 2.7. Need to use six.string_types instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Azure.CoreClientThis issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions