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

remove basestr, use str instead (python3) #359

Merged
merged 1 commit into from
Sep 21, 2017

Conversation

kevinrue
Copy link
Contributor

Hello there,

I was transitioning a pipeline in @snsansom 's group toward Python3 and ran into the following Python What’s New In Python 3.0 update (section 'Text Vs. Data Instead Of Unicode Vs. 8-bit'):

The builtin basestring abstract type was removed. Use str instead.

The attached code updates allowed the pipeline to complete.

Best,
Kevin

@sebastian-luna-valero
Copy link
Member

That's great, many thanks @kevinrue

@sebastian-luna-valero sebastian-luna-valero merged commit 45cf0ca into CGATOxford:master Sep 21, 2017
@kevinrue kevinrue deleted the 2to3 branch September 23, 2017 13:46
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.

2 participants