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 2009年07月12日 08:20 by tarek, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg90441 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2009年07月12日 08:20 | |
Duplicate code, will create a single get_version() function in distutils.util and make both commands use it + deprecate cygwinccompiler.get_version and emxccompiler.get_version |
|||
| msg113013 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2010年08月05日 19:05 | |
I am just responding so this will not show up on the 'unanswered issues' list. |
|||
| msg113016 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年08月05日 19:09 | |
Tarek, does this still apply? |
|||
| msg122429 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年11月26日 02:55 | |
This is done. |
|||
| msg122430 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年11月26日 02:58 | |
To be more precise: the duplication is still present (and harmless) in distutils but fixed in distutils2. |
|||
| msg202581 - (view) | Author: Jason R. Coombs (jaraco) * (Python committer) | Date: 2013年11月10日 22:57 | |
This change didn't make it into Python 3.2 but is in 2.7. see issue19544 for details. |
|||
| msg202983 - (view) | Author: Jason R. Coombs (jaraco) * (Python committer) | Date: 2013年11月16日 00:06 | |
emxccompiler is no longer present in Python 3.4, so this ticket has become invalid. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:50 | admin | set | github: 50715 |
| 2013年11月16日 00:06:08 | jaraco | set | status: open -> closed resolution: fixed -> not a bug messages: + msg202983 |
| 2013年11月10日 22:57:16 | jaraco | set | status: closed -> open nosy: + alexis, jaraco messages: + msg202581 assignee: tarek -> jaraco components: + Distutils |
| 2010年11月26日 02:58:26 | eric.araujo | set | messages: + msg122430 |
| 2010年11月26日 02:55:41 | eric.araujo | set | status: open -> closed nosy: tarek, eric.araujo messages: + msg122429 components: - Distutils resolution: fixed stage: needs patch -> resolved |
| 2010年09月30日 02:22:03 | terry.reedy | set | nosy:
- terry.reedy |
| 2010年09月30日 02:10:56 | eric.araujo | set | stage: needs patch versions: + 3rd party, - Python 3.2 |
| 2010年08月05日 19:09:17 | eric.araujo | set | versions:
- Python 2.7 nosy: + eric.araujo messages: + msg113016 components: + Distutils2 |
| 2010年08月05日 19:05:24 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg113013 |
| 2009年07月12日 08:20:40 | tarek | create | |