]> granicus.if.org Git - python/commit
Closes issue #17732: ignore install-directory specific options in
authorGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:36:07 +0000 (12:36 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 May 2013 10:36:07 +0000 (12:36 +0200)
commit521ed521317ffd385afaabdd889879e7cb7461df
treef53b513ccf4aa1b3ef6286730ba7b2a5fdf6aa6e
parentb3bd624a55ea5bf3a0e77cfa9d987d82ed23652f
Closes issue #17732: ignore install-directory specific options in
distutils.cfg when a venv is active.
Doc/install/index.rst
Doc/library/venv.rst
Lib/distutils/dist.py
Lib/distutils/tests/test_dist.py
Misc/NEWS