Issue 4650: getopt need re-factor... - Python tracker

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
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.