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

python 3.5 compatibility #21

Closed
wants to merge 4 commits into from
Closed

python 3.5 compatibility #21

wants to merge 4 commits into from

Conversation

Kharms
Copy link

@Kharms Kharms commented Aug 7, 2016

Behavior in 2.7 is unchanged. 3.5 mimics 2.7 in full with the exception
of defaulting to unicode instead of ascii. an ascii flag/modifier was
added to mimic old behavior.

Kharms and others added 4 commits August 7, 2016 14:45
Behavior in 2.7 is unchanged. 3.5 mimics 2.7 in full with the exception
of defaulting to unicode instead of ascii. an ascii flag/modifier was
added to mimic old behavior.
@@ -136,5 +137,6 @@ def test_should_match_email_address(self):
self.assertRegexpMatches('[email protected]', self.exp, 'Not a valid email')

def test_should_match_url(self):
self.exp = self.v.start_of_line().then('http').maybe('s').then(':https://').maybe('www.').word().then('.').word().maybe('/').end_of_line().regex()
self.exp = self.v.start_of_line().then('http').maybe('s').then(':https://').maybe('www.').word().then('.').word()\
Copy link
Contributor

Choose a reason for hiding this comment

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

is the backslash at the end necessary ?

@mihai-vlc
Copy link
Contributor

I will close and reopen to trigger the travis build.

@mihai-vlc mihai-vlc closed this Aug 9, 2016
@mihai-vlc mihai-vlc reopened this Aug 9, 2016
@Kristinita
Copy link

@ionutvmi , please, accept this or #15 pull request.

Thanks.

@mihai-vlc
Copy link
Contributor

mihai-vlc commented Jan 3, 2018

@Kristinita can we make the travis build to pass ?

vtitor added a commit that referenced this pull request Jan 4, 2018
vtitor added a commit that referenced this pull request Jan 4, 2018
@vtitor
Copy link
Member

vtitor commented Jan 4, 2018

@Kharms Thanks for this, I have applied part of your changes.

@vtitor
Copy link
Member

vtitor commented Jan 4, 2018

@Kristinita I guess, now you can find the necessary stuff at the master branch.

@vtitor vtitor closed this Jan 4, 2018
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

4 participants