Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Py2/3 bugfixes; towards 0.16.1 #239

Merged
merged 6 commits into from
Jun 1, 2018
Merged

Py2/3 bugfixes; towards 0.16.1 #239

merged 6 commits into from
Jun 1, 2018

Conversation

perrygeo
Copy link
Contributor

@perrygeo perrygeo commented Jun 1, 2018

Resolves #238 and resolves #237

@sgillies I'd like to get this revision out as a 0.16.1 release to support the mapbox-cli-py 0.8 release.

@perrygeo perrygeo added this to the 0.16.1 milestone Jun 1, 2018
@perrygeo perrygeo requested a review from sgillies June 1, 2018 14:54
try:
basestring
except NameError:
basestring = str
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, let's think about adding a compat module next time we need to treat another 2/3 compatibility issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go ahead and so that now while we're thinking about it!

@sgillies
Copy link
Contributor

sgillies commented Jun 1, 2018

Merge when you're ready @perrygeo .

@perrygeo perrygeo merged commit c38d177 into master Jun 1, 2018
@perrygeo perrygeo deleted the towards-0.16.1 branch June 1, 2018 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants