]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note about XMLGenerator bugfix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 16:44:40 +0000 (16:44 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 16:44:40 +0000 (16:44 +0000)
Misc/NEWS

index 73406070d6f97ed44af2648782fb528c568444f0..8ce92299133718b99c59677bfef2e31fe9c68e1e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,10 @@ Library
 
 - Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
 
+- Bug #1472827: correctly escape newlines and tabs in attribute values in
+  the saxutils.XMLGenerator class.
+
+
 Build
 -----