Skip to content

python-stdlib/pathlib: Add __rtruediv__ magic method to pathlib.Path #663

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

Merged
merged 1 commit into from
May 24, 2024

Conversation

BrianPugh
Copy link
Contributor

Now works due to micropython/micropython#10844 (comment).

Code is still valid with older versions of micropython, just the actual rtruediv operations won't work (they previously still didn't work, so no change in functionality).

@BrianPugh
Copy link
Contributor Author

bump

MicroPython now supports this behaviour of __rtruediv__.
@dpgeorge dpgeorge force-pushed the pathlib-rtruediv branch from d5e5c4a to da46c4b Compare May 24, 2024 08:35
@dpgeorge
Copy link
Member

Thanks for the fix, and the bump! Looks good.

@dpgeorge dpgeorge merged commit da46c4b into micropython:master May 24, 2024
2 of 3 checks passed
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