summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 10:37:12 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 10:37:12 (GMT)
commit7025349aa8c09f6910ca985d72a059019129d1f8 (patch)
treef2ef4901370210eb88d58e015c4aa3a038758ab5 /Misc
parent3c6ab2208bb494f4ab4f6caa5b16c0fb193844e0 (diff)
parent521ed521317ffd385afaabdd889879e7cb7461df (diff)
downloadcpython-7025349aa8c09f6910ca985d72a059019129d1f8.zip
cpython-7025349aa8c09f6910ca985d72a059019129d1f8.tar.gz
cpython-7025349aa8c09f6910ca985d72a059019129d1f8.tar.bz2
merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e3b860a..5008cb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Core and Builtins
Library
-------
+- Issue #17732: Ignore distutils.cfg options pertaining to install paths if a
+ virtual environment is active.
+
- Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().