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.

classification
Title: getopt need re-factor...
Type: Stage:
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, georg.brandl, wangchun
Priority: normal Keywords:

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:42adminsetgithub: 48900
2010-07-31 11:44:11georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg112143

resolution: wont fix
2010-07-31 11:26:47BreamoreBoysetnosy: + BreamoreBoy

messages: + msg112134
versions: + Python 2.7, Python 3.2, - Python 3.0
2008-12-13 06:45:36wangchuncreate