commit | 74b51ac1e5fb76250251a66d8d326baaaf1f1cee | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Oct 26 14:50:45 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Oct 26 14:50:45 2002 +0000 |
tree | 2fd291bbcbfd19c22193e1102b204989ecebeab6 | |
parent | edb6bff67fdb72718ed656d39ac71317ada37a04 [diff] [blame] |
Patch #613256: Add nescape method to xml.sax.saxutils.
diff --git a/Misc/NEWS b/Misc/NEWS index a0ead8a..1e83389 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -352,6 +352,9 @@ Library ------- +- xml.sax.saxutils.unescape has been added, to replace entity references + with their entity value. + - Queue.Queue.{put,get} now support an optional timeout argument. - Various features of Tk 8.4 are exposed in Tkinter.py. The multiple