[issue4442] document immutable type subclassing via __new__

2021-08-20 Thread Gautam Chaudhuri
Change by Gautam Chaudhuri : -- nosy: +quantum ___ Python tracker <https://bugs.python.org/issue4442> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-13 Thread Gautam Chaudhuri
Gautam Chaudhuri added the comment: I've submitted a PR making the changes suggested by Terry. Any feedback/suggestions on the PR would be highly appreciated. -- Gautam Chaudhuri -- ___ Python tracker <https://bugs.python.org/issue44

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-13 Thread Gautam Chaudhuri
Change by Gautam Chaudhuri : -- keywords: +patch pull_requests: +26238 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/27762 ___ Python tracker <https://bugs.python.org/issu

[issue44903] [Doc] How does one to about getting onto the "Other Graphical User Interface Packages" page?

2021-08-13 Thread Gautam Chaudhuri
Change by Gautam Chaudhuri : -- nosy: +quantum ___ Python tracker <https://bugs.python.org/issue44903> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16580] [doc] Add examples to int.to_bytes and int.from_bytes

2021-08-13 Thread Gautam Chaudhuri
Change by Gautam Chaudhuri : -- pull_requests: +26236 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/27760 ___ Python tracker <https://bugs.python.org/issu

[issue16580] [doc] Add examples to int.to_bytes and int.from_bytes

2021-08-11 Thread Gautam Chaudhuri
Gautam Chaudhuri added the comment: I've rewritten woparry's patch so that it targets the current codebase as well as fixing the issues that Mark mentioned. It appears that the range checks on `to_bytes` have already been added to the documentation so I haven't added those. Should