[issue4650] getopt need re-factor...

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: getopt.error is now in 3k for a few releases, so the opportunity to remove is gone. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___

[issue4650] getopt need re-factor...

2010-07-31 Thread Mark Lawrence
Mark Lawrence added the comment: Wang Chun this is unlikely to move unless you can provide a patch that changes the code and the unit test. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.2 -Python 3.0 ___ Python tracker

[issue4650] getopt need re-factor...

2008-12-12 Thread Wang Chun
New submission from Wang Chun : 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 uni