commit | 38feaf0fef244879411f094a7e68f542a6771dea | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 25 07:45:51 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun May 25 07:45:51 2008 +0000 |
tree | 632d870bad650ece1724111091a2b307759ea997 | |
parent | 2cb57a40b28f4680a1433d4640d99f4b2efe7165 [diff] [blame] |
#2879: rename _winreg to winreg.
diff --git a/Misc/NEWS b/Misc/NEWS index 161485f..f385560 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,11 +39,13 @@ Extension Modules ----------------- +- Renamed ``_winreg`` module to ``winreg``. + - 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. -- Fixed #2870: cmathmodule.c compile error +- Fixed #2870: cmathmodule.c compile error. Library -------