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.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, wangchun
Priority: normal Keywords:

Created on 2008-12-13 06:46 by wangchun, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77716 - (view) Author: Wang Chun (wangchun) Date: 2008-12-13 06:46
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.
msg77752 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-12-13 16:11
Don't open a new issue to point out that you just opened a new issue.

About removing getopt.error: if it's in 3.0, it needs to stay or be
properly deprecated.  3.1 has to be backwards compatible with 3.0 for sure.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48901
2008-12-13 16:11:39gvanrossumsetstatus: open -> closed
resolution: rejected
messages: + msg77752
nosy: + gvanrossum
2008-12-13 06:46:49wangchuncreate