Skip to content

Commit

Permalink
Merge pull request #2829 from rodrigc/py3porting
Browse files Browse the repository at this point in the history
builtins.basestring does not exist, use builtins.str instead
  • Loading branch information
tardyp committed Feb 27, 2017
2 parents c7939d0 + ef55669 commit 1d99ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/py3-compat.rst
Expand Up @@ -15,7 +15,7 @@ Yes:
.. code-block:: python
from __future__ import print_function
from builtins import basestring
from builtins import str
No:

Expand Down

0 comments on commit 1d99ea9

Please sign in to comment.