summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-09 16:44:40 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-06-09 16:44:40 +0000
commit3fed2eb6dc612c203a42a424f64344db9fdf355b (patch)
tree31139e8c02a0b098b5d939979aa4cbfd5cf34393
parent5cf565ddd1e5358c95c083bef2befe2e4f816cc1 (diff)
downloadcpython-git-3fed2eb6dc612c203a42a424f64344db9fdf355b.tar.gz
Add note about XMLGenerator bugfix
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73406070d6..8ce9229913 100644
--- 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
-----