diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-19 18:28:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-19 18:28:45 (GMT) |
commit | 4a9ee26750aa8cb37b5072b2bb4dd328819febb4 (patch) | |
tree | bc714725cf478795c34bd9f8200a52424a47474b /Misc | |
parent | 5160da1afc07ab759a95d2b863134a88b9318e65 (diff) | |
download | cpython-4a9ee26750aa8cb37b5072b2bb4dd328819febb4.zip cpython-4a9ee26750aa8cb37b5072b2bb4dd328819febb4.tar.gz cpython-4a9ee26750aa8cb37b5072b2bb4dd328819febb4.tar.bz2 |
#2927: Added the unescape() function to the html module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ Library - Issue #19449: in csv's writerow, handle non-string keys when generating the error message that certain keys are not in the 'fieldnames' list. +- Issue #2927: Added the unescape() function to the html module. + - Issue #8402: Added the escape() function to the glob module. - Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. |