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 2008年12月13日 06:45 by wangchun, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg77715 - (view) | Author: Wang Chun (wangchun) | Date: 2008年12月13日 06:45 | |
I created #4629 a couple of days ago. And besides that issue, for Python 3.x, I guess we can remove getopt.error since Python 3.x does not have to backward compatible with Python 2.x. And another issue is, GetoptError does not render right error message with unicode_literals enabled in Python 2.6. |
|||
| msg112134 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年07月31日 11:26 | |
Wang Chun this is unlikely to move unless you can provide a patch that changes the code and the unit test. |
|||
| msg112143 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年07月31日 11:44 | |
getopt.error is now in 3k for a few releases, so the opportunity to remove is gone. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48900 |
| 2010年07月31日 11:44:11 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg112143 resolution: wont fix |
| 2010年07月31日 11:26:47 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg112134 versions: + Python 2.7, Python 3.2, - Python 3.0 |
| 2008年12月13日 06:45:36 | wangchun | create | |