From: Thomas Heller Date: Fri, 2 Jul 2004 08:09:12 +0000 (+0000) Subject: SF #982215 is fixed. X-Git-Tag: v2.3.5c1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2fd2a33c6a44b9c12cddd510ac73bddc48bad7b;p=thirdparty%2FPython%2Fcpython.git SF #982215 is fixed. --- diff --git a/Misc/NEWS b/Misc/NEWS index c8e099207f4e..43cd1a94e896 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,6 +37,9 @@ Extension modules Library ------- +- Bug #982215: The Back and Next buttons in bdist_wininst installers are now + disabled during file copy operations. + - Bug #981299: rsync is now a recognized protocol in urlparse that uses a "netloc" portion of a URL.