From fb1ef85b0bbb6336e03489af7adaff494bd2b2bb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 14 Sep 2005 20:53:32 +0000 Subject: [PATCH] *** empty log message *** --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 855a95cde23..f63d7118ed6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -143,6 +143,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().