[issue44524] __name__ attribute in typing module

2021-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +26397 pull_request: https://github.com/python/cpython/pull/27950 ___ Python tracker ___

[issue45003] Documentation wrote __div__ instead of __truediv__

2021-08-25 Thread Calo
Calo added the comment: I'd like to! Wait, so is this approved now? I'd simply need to open a PR? If so, on which repository do I do it? -- ___ Python tracker ___

[issue45003] Documentation wrote __div__ instead of __truediv__

2021-08-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: https://github.com/python/cpython -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue45003] Documentation wrote __div__ instead of __truediv__

2021-08-25 Thread Calo
Calo added the comment: Got it, thank you very much! I found https://github.com/python/cpython/blob/main/Doc/reference/expressions.rst, I guess that's where I fork and edit -- ___ Python tracker

[issue44524] __name__ attribute in typing module

2021-08-25 Thread miss-islington
miss-islington added the comment: New changeset 06e9a35169e125488d4ae9228626eb95375f3a14 by Miss Islington (bot) in branch '3.10': bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) https://github.com/python/cpython/commit/06e9a35169e125488d4ae9228626eb95375f3a14

[issue45005] Two Layers of SSL/TLS

2021-08-25 Thread Mjbmr
Change by Mjbmr : -- resolution: wont fix -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40772] module 'resource' has no attribute 'RLIMIT_VMEM'

2021-08-25 Thread Andrei Kulakov
Andrei Kulakov added the comment: The docs for resource module state: This module does not attempt to mask platform differences — symbols not defined for a platform will not be available from this module on that platform. Therefore I think this can be closed. -- nosy: +andrei.avk

<    1   2