summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-25 23:37:41 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-25 23:37:41 (GMT)
commit1e76e8643b00e6b8811aa4e5c6a7cedae829b9c0 (patch)
treea7494a131ba2360cefce820fda8cae028d2223f3 /Misc
parentcce5b04c75e1959a48cf41d210c9179ef3ce2e69 (diff)
downloadcpython-1e76e8643b00e6b8811aa4e5c6a7cedae829b9c0.zip
cpython-1e76e8643b00e6b8811aa4e5c6a7cedae829b9c0.tar.gz
cpython-1e76e8643b00e6b8811aa4e5c6a7cedae829b9c0.tar.bz2
Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb.
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 cd2b2fc..016f5d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -247,6 +247,9 @@ Core and Builtins
Library
-------
+- Issue #12718: Fix interaction with winpdb overriding __import__ by setting
+ importer attribute on BaseConfigurator instance.
+
- Issue #17521: Corrected non-enabling of logger following two calls to
fileConfig().