diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-08-07 00:53:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-08-07 00:53:19 (GMT) |
commit | 0ed05059ded079b1c239187e9cc1bee37cf9bead (patch) | |
tree | 3e77170b16f6379e0ebf19af6b4ac2566bd2c796 /Misc | |
parent | b37df519c793d40718fda78a9961811fae973f36 (diff) | |
parent | d340b43d7524338ce3d63d4bd69477fca7dad23c (diff) | |
download | cpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.zip cpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.tar.gz cpython-0ed05059ded079b1c239187e9cc1bee37cf9bead.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |