[issue29567] Allow argparse to be used in setup.py

Chi Hsuan Yen report at bugs.python.org
Wed Feb 15 08:55:12 EST 2017


New submission from Chi Hsuan Yen:

When proposing a fix for issue29442, I got another issue - argparse can't be used in setup.py for native (non-cross) builds because argparse imports gettext and gettext imports struct. I'll propose a fix for that.

----------
components: Build
messages: 287854
nosy: Chi Hsuan Yen
priority: normal
severity: normal
status: open
title: Allow argparse to be used in setup.py
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29567>
_______________________________________


More information about the Python-bugs-list mailing list