summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-11-01 04:22:15 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-11-01 04:22:15 (GMT)
commitcdf601281f5909b4b7c6e1f10f3a80d3c216cdc3 (patch)
tree2bea84bd69350b853084377ab70bd17254bd4010 /Misc
parentdcdd05b0b4c23da0eb39d3b29d40f8865b6b73ee (diff)
downloadcpython-cdf601281f5909b4b7c6e1f10f3a80d3c216cdc3.zip
cpython-cdf601281f5909b4b7c6e1f10f3a80d3c216cdc3.tar.gz
cpython-cdf601281f5909b4b7c6e1f10f3a80d3c216cdc3.tar.bz2
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a76afbe..448f2d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,8 @@ Library
- Issue #8964: fix platform._sys_version to handle IronPython 2.6+.
Patch by Martin Matusiak.
+- Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
+
- Issue #18958: Improve error message for json.load(s) while passing a string
that starts with a UTF-8 BOM.