Issue 4650: getopt need re-factor... (original) (raw)
Issue4650
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) * ![]() |
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 -> closednosy: + georg.brandlmessages: + resolution: wont fix |
2010-07-31 11:26:47 | BreamoreBoy | set | nosy: + BreamoreBoymessages: + versions: + Python 2.7, Python 3.2, - Python 3.0 |
2008-12-13 06:45:36 | wangchun | create |