-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Description
Hi guys,
Here is an extract of Python 3.0's changelog:
The builtin basestring abstract type was removed. Use str instead. The str and bytes types don’t have functionality enough in common to warrant a shared base class. The 2to3 tool (see below) replaces every occurrence of basestring with str.
Could you please take care of this issue ?
| if job_id is not None and isinstance(job_id, basestring): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels