diff options
author | Georg Brandl <georg@python.org> | 2010-10-15 14:46:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-15 14:46:48 (GMT) |
commit | b4dac71a8768888dbe3de007780cd5467e48f0f4 (patch) | |
tree | c44b7b9544d5953a767a74a8bad038a5f99b4284 /Misc | |
parent | f668df5fa7e2048f4b17e98882f2a21405b6bdb4 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |