Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getopt need re-factor... #48900

Closed
wangchun mannequin opened this issue Dec 13, 2008 · 3 comments
Closed

getopt need re-factor... #48900

wangchun mannequin opened this issue Dec 13, 2008 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@wangchun
Copy link
Mannequin

wangchun mannequin commented Dec 13, 2008

BPO 4650
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-07-31.11:44:11.258>
created_at = <Date 2008-12-13.06:45:36.634>
labels = ['library']
title = 'getopt need re-factor...'
updated_at = <Date 2010-07-31.11:44:11.256>
user = 'https://bugs.python.org/wangchun'

bugs.python.org fields:

activity = <Date 2010-07-31.11:44:11.256>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2010-07-31.11:44:11.258>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2008-12-13.06:45:36.634>
creator = 'wangchun'
dependencies = []
files = []
hgrepos = []
issue_num = 4650
keywords = []
message_count = 3.0
messages = ['77715', '112134', '112143']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'wangchun', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4650'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']

@wangchun
Copy link
Mannequin Author

wangchun mannequin commented Dec 13, 2008

I created bpo-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.

@wangchun wangchun mannequin added the stdlib Python modules in the Lib dir label Dec 13, 2008
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jul 31, 2010

Wang Chun this is unlikely to move unless you can provide a patch that changes the code and the unit test.

@birkenfeld
Copy link
Member

getopt.error is now in 3k for a few releases, so the opportunity to remove is gone.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant