summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-10 17:01:43 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-10 17:01:43 (GMT)
commitfbcf4d78c881176345483111503c4bc7765d4ff8 (patch)
tree79d1732ee9198f78db6f771599a71a3323138d73 /Misc
parentb37278cc9b9c5a3044ce0bb963b572106e95f612 (diff)
parent056bafe7a663e890594a11eec99c78f742452fff (diff)
downloadcpython-fbcf4d78c881176345483111503c4bc7765d4ff8.zip
cpython-fbcf4d78c881176345483111503c4bc7765d4ff8.tar.gz
cpython-fbcf4d78c881176345483111503c4bc7765d4ff8.tar.bz2
#18681: merge with 3.3.
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 d504066..c79a21b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -221,6 +221,8 @@ Core and Builtins
Library
-------
+- Issue #18681: Fix a NameError in importlib.reload() (noticed by Weizhao Li).
+
- Issue #14323: Expanded the number of digits in the coefficients for the
RGB -- YIQ conversions so that they match the FCC NTSC versions.