[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread youknowone
Change by youknowone : -- keywords: +patch pull_requests: +27370 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/29100 ___ Python tracker <https://bugs.python.org/issu

[issue45532] Replace 'default' with 'main' as default in sys.version

2021-10-20 Thread youknowone
youknowone added the comment: Thanks! I will look in it -- ___ Python tracker <https://bugs.python.org/issue45532> ___ ___ Python-bugs-list mailing list Unsub

[issue45407] Support buffer protocol for _struct.Struct format argument

2021-10-07 Thread youknowone
New submission from youknowone : This feature is commented as `XXX` for years. https://github.com/python/cpython/blob/4e605666b08b8f863cbbbdaa34bb06988e648d26/Modules/_struct.c#L1478 Giving a bug tracker id or removing the comment will clarify the problem. -- components: Library (Lib