diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 10:36:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 10:36:07 (GMT) |
commit | 521ed521317ffd385afaabdd889879e7cb7461df (patch) | |
tree | f53b513ccf4aa1b3ef6286730ba7b2a5fdf6aa6e /Misc | |
parent | b3bd624a55ea5bf3a0e77cfa9d987d82ed23652f (diff) | |
download | cpython-521ed521317ffd385afaabdd889879e7cb7461df.zip cpython-521ed521317ffd385afaabdd889879e7cb7461df.tar.gz cpython-521ed521317ffd385afaabdd889879e7cb7461df.tar.bz2 |
Closes issue #17732: ignore install-directory specific options in
distutils.cfg when a venv is active.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #17732: Ignore distutils.cfg options pertaining to install paths if a + virtual environment is active. + - Issue #1159051: Back out a fix for handling corrupted gzip files that broke backwards compatibility. |