summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-08-07 00:53:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-08-07 00:53:19 (GMT)
commit0ed05059ded079b1c239187e9cc1bee37cf9bead (patch)
tree3e77170b16f6379e0ebf19af6b4ac2566bd2c796 /Misc
parentb37df519c793d40718fda78a9961811fae973f36 (diff)
parentd340b43d7524338ce3d63d4bd69477fca7dad23c (diff)
downloadcpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.zip
cpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.tar.gz
cpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d062df4..763fdcf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,11 @@ Core and Builtins
Library
-------
+- Issue #15163: Pydoc shouldn't list __loader__ as module data.
+
+- Issue #15471: Do not use mutable objects as defaults for
+ importlib.__import__().
+
- Issue #15559: To avoid a problematic failure mode when passed to the bytes
constructor, objects in the ipaddress module no longer implement __index__
(they still implement __int__ as appropriate)