diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-08-20 21:35:50 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-08-20 21:35:50 (GMT) |
commit | 41e36676cd820ece16b9f8db07be8d541f264116 (patch) | |
tree | 885325c7fb459ad982a9d2bb9a3b476c9d1f08fd /Misc | |
parent | 84c43ab556ea896b04cde4d5081ed96c5ff222ab (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |