This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017年04月18日 07:01 by corona10, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 1165 | closed | corona10, 2017年04月18日 07:03 | |
| Messages (2) | |||
|---|---|---|---|
| msg291824 - (view) | Author: Dong-hee Na (corona10) * (Python committer) | Date: 2017年04月18日 07:01 | |
Not to rely on sys.version here, its format is an implementation detail of CPython, use sys.version_info or sys.hexversion |
|||
| msg291827 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年04月18日 07:22 | |
The patch contains too much unrelated changes.
As for changing the definition of sysconfig.get_config_vars('py_version') I'm not sure it is worth to do bacause this loss an information. This is a duplicate issue24916.
|
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:45 | admin | set | github: 74278 |
| 2017年04月18日 07:22:14 | serhiy.storchaka | set | status: open -> closed superseder: In sysconfig, don't rely on sys.version format nosy: + serhiy.storchaka messages: + msg291827 resolution: duplicate stage: resolved |
| 2017年04月18日 07:03:14 | corona10 | set | pull_requests: + pull_request1295 |
| 2017年04月18日 07:01:18 | corona10 | create | |