Guido van Rossum added the comment:
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.
--
nosy: +gvanrossum
resolution: ->
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