summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-15 14:46:48 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-15 14:46:48 (GMT)
commitb4dac71a8768888dbe3de007780cd5467e48f0f4 (patch)
treec44b7b9544d5953a767a74a8bad038a5f99b4284 /Misc
parentf668df5fa7e2048f4b17e98882f2a21405b6bdb4 (diff)
downloadcpython-b4dac71a8768888dbe3de007780cd5467e48f0f4.zip
cpython-b4dac71a8768888dbe3de007780cd5467e48f0f4.tar.gz
cpython-b4dac71a8768888dbe3de007780cd5467e48f0f4.tar.bz2
#5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e66031..a87dacf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,10 @@ Library
Extensions
----------
+- Issue #5355: Provide mappings from Expat error numbers to string
+ descriptions and backwards, in order to actually make it possible
+ to analyze error codes provided by ExpatError.
+
- The Unicode database was updated to 6.0.0.
Tools/Demos