BPO | [9334](https://bugs.python.org/issue9334) --- | :--- Nosy | @rhettinger, @cben, @ericvsmith, @orivej, @merwok, @bitdancer, @andersk, @vadmium, @spaceone, @vporton, @maggyero, @tirkarthi, @gaborbernat Files | [final.patch](https://bugs.python.org/file29548/final.patch "Uploaded as text/plain at 2013-03-22.17:16:16 by paul.j3"): patch for issue 9334[python-argparse-error.patch](https://bugs.python.org/file47302/python-argparse-error.patch "Uploaded as text/plain at 2017-11-29.00:06:10 by evaned")[argparse_opt.py](https://bugs.python.org/file47404/argparse_opt.py "Uploaded as text/plain at 2018-01-24.00:35:35 by paul.j3") *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: ```python assignee = None closed_at = created_at = labels = ['3.7', 'type-feature', 'library'] title = 'argparse does not accept options taking arguments beginning with dash (regression from optparse)' updated_at = user = 'https://github.com/andersk' ``` bugs.python.org fields: ```python activity = actor = 'andersk' assignee = 'none' closed = True closed_date = closer = 'rhettinger' components = ['Library (Lib)'] creation = creator = 'andersk' dependencies = [] files = ['29548', '47302', '47404'] hgrepos = [] issue_num = 9334 keywords = ['patch'] message_count = 71.0 messages = ['111221', '111224', '111227', '111228', '111230', '111279', '111367', '111669', '111670', '111673', '111691', '128014', '128025', '128047', '128055', '128062', '128071', '128072', '128076', '128078', '128090', '128091', '128094', '128104', '128134', '128179', '128266', '128728', '132220', '132260', '150310', '150320', '169712', '169978', '184174', '184177', '184178', '184180', '184211', '184425', '184987', '239435', '251815', '251862', '263211', '263216', '276486', '276503', '276524', '276634', '307193', '307209', '307210', '307213', '307786', '309685', '309691', '309693', '310540', '322678', '331729', '331732', '331736', '404229', '409125', '409221', '409222', '409223', '409225', '409227', '410445'] nosy_count = 31.0 nosy_names = ['rhettinger', 'cben', 'amcnabb', 'bethard', 'eric.smith', 'orivej', 'eric.araujo', 'r.david.murray', 'memeplex', 'gfxmonk', 'evaned', 'andersk', 'abacabadabacaba', 'gdb', 'nelhage', 'drm', 'davidben', 'martin.panter', 'paul.j3', 'skilletaudio', 'Christophe.Guillon', 'danielsh', 'spaceone', 'Clint Olsen', 'porton', 'Socob', 'maggyero', 'karzes', 'xtreak', 'fennec15', 'gaborjbernat'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue9334' versions = ['Python 3.7'] ```