-
-
Notifications
You must be signed in to change notification settings - Fork 216
Fixed many python compatiblity issues #900
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
base: master
Are you sure you want to change the base?
Conversation
kochelmonster
commented
Jun 22, 2025
- relative import
- metaclass
- descriptor protocol
- id, frozenset, getattr
- missing modules
- type and super
…with 3 arguments.
+ string.lstrip, string.rstrip with arguments.
…ltiple arguments.
…ing. Improved __super__.
Thank you for the contribution. There is a lot in here that I'll have to dig through. TBH, I'll likely end up having to cherry pick some of the updates rather than do one massive merge. But, at least based on the commit messages, I'm looking forward to adding some of these features. Also just so you know, I'm currently in the process of updating the Transcrypt compiler to be compatible with Python 3.13 and any new features will need to be added after that is released. |