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

Replace basestring by six.string_types #655

Merged
merged 1 commit into from
Jan 22, 2016

Conversation

jbarnoud
Copy link
Contributor

basestring got removed from Python 3. This commit replaces all its
occurrences by six.string_types.

See #643 and #260

`basestring` got removed from Python 3. This commit replaces all its
occurrences by `six.string_types`.

See MDAnalysis#643 and MDAnalysis#260
@richardjgowers richardjgowers self-assigned this Jan 22, 2016
@richardjgowers richardjgowers added this to the 0.14 milestone Jan 22, 2016
richardjgowers added a commit that referenced this pull request Jan 22, 2016
Replace `basestring` by `six.string_types`
@richardjgowers richardjgowers merged commit 6e7c7da into MDAnalysis:develop Jan 22, 2016
@richardjgowers richardjgowers mentioned this pull request Jan 22, 2016
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants