*** empty log message ***

This commit is contained in:
Georg Brandl 2005-09-14 20:53:32 +00:00
parent 402b53d43f
commit fb1ef85b0b

View File

@ -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().