Skip to content

A couple of fixes#7

Closed
smurfix wants to merge 3 commits intoWhyNotHugo:masterfrom
smurfix:upstream
Closed

A couple of fixes#7
smurfix wants to merge 3 commits intoWhyNotHugo:masterfrom
smurfix:upstream

Conversation

@smurfix
Copy link
Copy Markdown
Contributor

@smurfix smurfix commented May 14, 2018

See individual changes.

Copy link
Copy Markdown
Owner

@WhyNotHugo WhyNotHugo left a comment

Choose a reason for hiding this comment

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

This generally looks great, I've just one question regarding a single change.

Thanks for your contribution!

Comment thread setup.py
try:
from pathlib import Path
except ImportError:
from pathlib2 import Path
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This would only affect Python < 3.4, but we really just support Python >= 3.5.

Does this actually make Python 3.4 work?

@smurfix
Copy link
Copy Markdown
Contributor Author

smurfix commented May 14, 2018 via email

@WhyNotHugo
Copy link
Copy Markdown
Owner

TBH, I don't really care about adding support for python2 at this point in time.

I [and the community in general] am moving towards dropping python2 support, so, even thought it's "just three extra lines", it's just something that I don't see making much sense.

I'd be happy to merge the rest of this PR (which looks great), but I'm not really in favour of python2 right now.

@smurfix
Copy link
Copy Markdown
Contributor Author

smurfix commented May 15, 2018

Fair enough. Feel free to cherry-pick the other two then ;-)

@WhyNotHugo
Copy link
Copy Markdown
Owner

Closing; those two commits have been cherry-picked into master.

@WhyNotHugo WhyNotHugo closed this May 15, 2018
@WhyNotHugo
Copy link
Copy Markdown
Owner

Thanks!

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