diff options
author | Georg Brandl <georg@python.org> | 2005-09-14 20:53:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-14 20:53:32 (GMT) |
commit | fb1ef85b0bbb6336e03489af7adaff494bd2b2bb (patch) | |
tree | 7dbf523e4467283ec6479519c3f3004e4bb9de28 /Misc | |
parent | 402b53d43fe0b711806d3ac55ee7ce22bba900d1 (diff) | |
download | cpython-fb1ef85b0bbb6336e03489af7adaff494bd2b2bb.zip cpython-fb1ef85b0bbb6336e03489af7adaff494bd2b2bb.tar.gz cpython-fb1ef85b0bbb6336e03489af7adaff494bd2b2bb.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |