summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-11-19 18:28:45 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-11-19 18:28:45 (GMT)
commit4a9ee26750aa8cb37b5072b2bb4dd328819febb4 (patch)
treebc714725cf478795c34bd9f8200a52424a47474b /Misc
parent5160da1afc07ab759a95d2b863134a88b9318e65 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ceffb1..3da2567 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.