This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow argparse to be used in setup.py
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: yan12125
Priority: normal Keywords:

Created on 2017-02-15 13:55 by yan12125, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 119 closed yan12125, 2017-02-15 13:57
Messages (2)
msg287854 - (view) Author: (yan12125) * Date: 2017-02-15 13:55
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.
msg287953 - (view) Author: (yan12125) * Date: 2017-02-16 16:03
As PR 119 is closed, I'll continue this in issue29442
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73753
2017-02-16 16:03:16yan12125setstatus: open -> closed
resolution: duplicate
messages: + msg287953

stage: resolved
2017-02-15 13:57:35yan12125setpull_requests: + pull_request78
2017-02-15 13:55:12yan12125create