[issue15458] Add python-config --configdir option

2012-07-26 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15458] Add python-config --configdir option

2012-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ddf15cd9be4a by Barry Warsaw in branch 'default': - Issue #15458: python-config gets a new option --configdir to print the http://hg.python.org/cpython/rev/ddf15cd9be4a -- nosy: +python-dev ___ Python tr

[issue15458] Add python-config --configdir option

2012-07-26 Thread Georg Brandl
Georg Brandl added the comment: I guess we can do this, looks fine to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15458] Add python-config --configdir option

2012-07-26 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue15458] Add python-config --configdir option

2012-07-26 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : To assist with vendor builds, Matthias has requested added a --configdir option to the python3-config script. This would return sysconfig.get_config_var('LIBPL'). The value is embedded in the output for --ldflags, but not in a convenient way. The change