diff options
author | Georg Brandl <georg@python.org> | 2008-05-16 13:10:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-16 13:10:15 (GMT) |
commit | 5049a858baf3500af5d4eb12838f028aabefc35b (patch) | |
tree | 196f2c8b004f26a074def3cd654766c5eb821f02 /Misc | |
parent | ca21c65a237f1fbeb6b71ad124c31e9b59a41c98 (diff) | |
download | cpython-5049a858baf3500af5d4eb12838f028aabefc35b.zip cpython-5049a858baf3500af5d4eb12838f028aabefc35b.tar.gz cpython-5049a858baf3500af5d4eb12838f028aabefc35b.tar.bz2 |
#2890: support os.O_ASYNC and fcntl.FASYNC.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Core and Builtins Extension Modules ----------------- +- Support os.O_ASYNC and fcntl.FASYNC if the constants exist on the platform. + - Support for Windows 9x has been removed from the winsound module. - bsddb module updated to version 4.6.4. |