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

2017-02-16 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: As PR 119 is closed, I'll continue this in issue29442 -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker

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

2017-02-15 Thread Chi Hsuan Yen
Changes by Chi Hsuan Yen : -- pull_requests: +78 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

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

2017-02-15 Thread Chi Hsuan Yen
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