From: Georg Brandl Date: Wed, 14 Sep 2005 20:53:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v2.4.2c1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bedda76d15a265d68b9c7f2185bac44584068cd0;p=thirdparty%2FPython%2Fcpython.git *** empty log message *** --- diff --git a/Misc/NEWS b/Misc/NEWS index 45a62ef63896..cbc6dc146e3f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -65,6 +65,9 @@ Core and builtins Extension Modules ----------------- +- Bug #1007046: os.startfile() did not accept unicode strings encoded in + the file system encoding. + - Patch #756021: Special-case socket.inet_aton('255.255.255.255') for platforms that don't have inet_aton().