commit | fb1ef85b0bbb6336e03489af7adaff494bd2b2bb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 14 20:53:32 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 14 20:53:32 2005 +0000 |
tree | 7dbf523e4467283ec6479519c3f3004e4bb9de28 | |
parent | 402b53d43fe0b711806d3ac55ee7ce22bba900d1 [diff] [blame] |
*** empty log message ***
diff --git a/Misc/NEWS b/Misc/NEWS index 855a95c..f63d711 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -143,6 +143,9 @@ 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().