summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-08-20 21:35:50 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-08-20 21:35:50 (GMT)
commit41e36676cd820ece16b9f8db07be8d541f264116 (patch)
tree885325c7fb459ad982a9d2bb9a3b476c9d1f08fd /Misc
parent84c43ab556ea896b04cde4d5081ed96c5ff222ab (diff)
downloadcpython-41e36676cd820ece16b9f8db07be8d541f264116.zip
cpython-41e36676cd820ece16b9f8db07be8d541f264116.tar.gz
cpython-41e36676cd820ece16b9f8db07be8d541f264116.tar.bz2
#3614: Correct a typo in xmlrpc.client.
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 3d10f6e..9c521f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Core and Builtins
Library
-------
+- Issue #3614: Corrected a typo in xmlrpc.client, leading to a NameError
+ "global name 'header' is not defined".
+
- Issue #2834: update the regular expression library to match the unicode
standards of py3k. In other words, mixing bytes and unicode strings
(be it as pattern, search string or replacement string) raises a TypeError.