summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-09 16:44:40 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-09 16:44:40 (GMT)
commit3fed2eb6dc612c203a42a424f64344db9fdf355b (patch)
tree31139e8c02a0b098b5d939979aa4cbfd5cf34393
parent5cf565ddd1e5358c95c083bef2befe2e4f816cc1 (diff)
downloadcpython-3fed2eb6dc612c203a42a424f64344db9fdf355b.zip
cpython-3fed2eb6dc612c203a42a424f64344db9fdf355b.tar.gz
cpython-3fed2eb6dc612c203a42a424f64344db9fdf355b.tar.bz2
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 7340607..8ce9229 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
-----