Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull basestring from six.string_types - py2 gets basestring, py3 gets str #721

Conversation

maxnbk
Copy link
Contributor

@maxnbk maxnbk commented Sep 5, 2019

this series of imports allows py2 to continue operating with basestring while py3 gets a basestring which is actually str.
When py2 is dropped, all instances of basestring could become str.

@maxnbk maxnbk added the topic:py3 Python 3 label Sep 5, 2019
@maxnbk maxnbk requested a review from nerdvegas September 5, 2019 15:33
@nerdvegas nerdvegas merged commit bf0beaa into AcademySoftwareFoundation:master Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:py3 Python 3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants