summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-10-10 18:29:43 (GMT)
committerPetri Lehtinen <petri@digip.org>2014-10-10 18:29:43 (GMT)
commit221439dd618ae531d2a7c2636d2649521eb10db1 (patch)
treedb79cdcf5bf4d743712b72d67ba5d3c7729b8bb2 /Misc
parent5e8b04eefb08828dde5b609efc7e1430244a6ae3 (diff)
parent3894b2a24f1a0a94601cc2436f779aa666a2f9dd (diff)
downloadcpython-221439dd618ae531d2a7c2636d2649521eb10db1.zip
cpython-221439dd618ae531d2a7c2636d2649521eb10db1.tar.gz
cpython-221439dd618ae531d2a7c2636d2649521eb10db1.tar.bz2
#11694: merge with 3.4
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 9c65557..856a62a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -169,6 +169,9 @@ Core and Builtins
Library
-------
+- Issue #11694: Raise ConversionError in xdrlib as documented. Patch
+ by Filip GruszczyƄski and Claudiu Popa.
+
- Issue #19380: Optimized parsing of regular expressions.
- Issue #1519638: Now unmatched groups are replaced with empty strings in re.sub()