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

2021-10-20 Thread Dong-hee Na
Dong-hee Na added the comment: Thank you Ezio and youknowone :) -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

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

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 1249ce7c6c0ac7a99a72e6e7b8b10dd64158c386 by Miss Islington (bot) in branch '3.9': bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) https://github.com/python/cpython/commit/1249ce7c6c0ac7a99a72e6e7b8b10dd64158c386 -

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

2021-10-20 Thread miss-islington
miss-islington added the comment: New changeset 696a89fef81f8229ebff9c32dfd36921c04f0890 by Miss Islington (bot) in branch '3.10': bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) https://github.com/python/cpython/commit/696a89fef81f8229ebff9c32dfd36921c04f0890

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

2021-10-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27374 pull_request: https://github.com/python/cpython/pull/29106 ___ Python tracker _

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

2021-10-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27375 pull_request: https://github.com/python/cpython/pull/29107 ___ Python tracker ___ __

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

2021-10-20 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d2cd5eef0c3fc0431bfe3fc24b4c020ebfcf8aad by Jeong YunWon in branch 'main': bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100) https://github.com/python/cpython/commit/d2cd5eef0c3fc0431bfe3fc24b4c020ebfcf8aad --

[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 __

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

2021-10-20 Thread Dong-hee Na
Dong-hee Na added the comment: > Note that _Py_gitidentifier is supposed to return meaningful values while > building from within a git checkout '3.11.0a1+ (heads/main:3163e68c34, Oct 20 2021, 18:39:18) [Clang 12.0.0 (clang-1200.0.32.29)] FYI, it retrieves branch information well

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: h

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

2021-10-19 Thread Dong-hee Na
Dong-hee Na added the comment: > youknowone Do you want to take a look? -- nosy: +youknowone ___ Python tracker ___ ___ Python-bug

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

2021-10-19 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +easy (C) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

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

2021-10-19 Thread Dong-hee Na
Dong-hee Na added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

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

2021-10-19 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

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

2021-10-19 Thread Ezio Melotti
New submission from Ezio Melotti : sys.version returns '3.10.0 (default, Oct 5 2021, 23:49:26) [GCC 10.2.1 20210110]' 'default' is supposed to represent the name of the branch, and it's been there since the HG days: https://github.com/python/cpython/blob/fc64c351c7757f0ebdb7da65cb74871e494a