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

Define __rdiv__ and __rtruediv__ #97

Closed
sametmax opened this issue Jul 28, 2015 · 2 comments
Closed

Define __rdiv__ and __rtruediv__ #97

sametmax opened this issue Jul 28, 2015 · 2 comments

Comments

@sametmax
Copy link
Collaborator

Currently you can do this:

Path('foo') / 'bar'

But not this:

'foo' / Path('bar')

This can be solved with rdiv and rtruediv:

sametmax@5649e5e

Should I PR ?

@jaraco
Copy link
Owner

jaraco commented Jul 29, 2015

You should have commit privileges. I say just commit the changes. Don't forget to update the changelog.

@sametmax
Copy link
Collaborator Author

sametmax commented Aug 2, 2015

Fixed by 5649e5e.

@sametmax sametmax closed this as completed Aug 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants