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

Support py34 #15

Closed
wants to merge 1 commit into from
Closed

Support py34 #15

wants to merge 1 commit into from

Conversation

bpicolo
Copy link
Contributor

@bpicolo bpicolo commented May 18, 2015

Some of the expectations don't entirely seem to port to py34 (i.e. anything coming from encode/decode uri and such could be considered bytes or str). All the associated libraries expect native str/unicode, so py34 will too.

@@ -15,11 +15,10 @@ TL;DR: `pip install yelp_uri`
Make a well-encoded URI from user input.

```python
>>> weird_uri = b'http://münch.com/münch?one=m%C3%BCnch#m%FCnch'

>>> weird_uri = 'http://münch.com/münch?one=m%C3%BCnch#m%FCnch'
Copy link
Contributor

Choose a reason for hiding this comment

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

you've changed the semantics here, This should be a bytestring as input

@bpicolo bpicolo closed this Jun 11, 2015
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