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 2014年09月06日 19:58 by takluyver, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| rm-more-distutils-version-checks.patch | takluyver, 2014年09月06日 19:58 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg226510 - (view) | Author: Thomas Kluyver (takluyver) * | Date: 2014年09月06日 19:58 | |
Following on from issue 22200, this removes some more code in distutils that checks which Python version it's running on. As part of the standard library, distutils should always be running on the version of Python which it ships with. |
|||
| msg226518 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年09月06日 21:24 | |
New changeset 7fece97e605d by Benjamin Peterson in branch '3.4': remove various dead version checks (closes #22349) http://hg.python.org/cpython/rev/7fece97e605d New changeset 688701337b1a by Benjamin Peterson in branch 'default': merge 3.4 (#22349) http://hg.python.org/cpython/rev/688701337b1a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:07 | admin | set | github: 66545 |
| 2014年09月06日 21:24:42 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg226518 resolution: fixed stage: resolved |
| 2014年09月06日 19:58:37 | takluyver | create | |