bpo-30152: Reduce the number of imports for argparse. by serhiy-storchaka · Pull Request #1269 · python/cpython

@serhiy-storchaka

rhettinger

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

@serhiy-storchaka

wm75

@serhiy-storchaka

rhettinger

vstinner

JimJJewett

eli-schwartz added a commit to eli-schwartz/cpython that referenced this pull request

Jan 16, 2025
…port

The same change was made, and for the same reason, by argparse back in
2017. The textwrap module is only used when printing help text, so most
invocations will never need it imported.

See: python#1269
See: 8110837

eli-schwartz added a commit to eli-schwartz/cpython that referenced this pull request

Jan 16, 2025
…port

The same change was made, and for the same reason, by argparse back in
2017. The textwrap module is only used when printing help text, so most
invocations will never need it imported.

See: python#1269
See: 8110837

eli-schwartz added a commit to eli-schwartz/cpython that referenced this pull request

Jan 17, 2025
…port

The same change was made, and for the same reason, by argparse back in
2017. The textwrap module is only used when printing help text, so most
invocations will never need it imported.

See: python#1269
See: 8110837