From: Andrew M. Kuchling Date: Fri, 9 Jun 2006 16:44:40 +0000 (+0000) Subject: Add note about XMLGenerator bugfix X-Git-Tag: v2.5b1~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fed2eb6dc612c203a42a424f64344db9fdf355b;p=thirdparty%2FPython%2Fcpython.git Add note about XMLGenerator bugfix --- diff --git a/Misc/NEWS b/Misc/NEWS index 73406070d6f9..8ce922991337 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 -----