summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 10:26:56 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 10:26:56 (GMT)
commitfed2c51eea3383ab43e6f64da6e575dd62aa578e (patch)
tree0f942460fea82276c268c2b0757fcb4a670d82ea /Misc
parent36f8dcde067659cb94a6666d745c103e7251875b (diff)
parent11f0b41e9de3805441ddd4142df9f6b7f4432ca7 (diff)
downloadcpython-fed2c51eea3383ab43e6f64da6e575dd62aa578e.zip
cpython-fed2c51eea3383ab43e6f64da6e575dd62aa578e.tar.gz
cpython-fed2c51eea3383ab43e6f64da6e575dd62aa578e.tar.bz2
Merge branch
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 2d17eb3..d06ced8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #14990: Correctly fail with SyntaxError on invalid encoding
+ declaration.
+
- Issue #14814: ipaddress now provides more informative error messages when
constructing instances directly (changes permitted during beta due to
provisional API status)