| commit | 463a42b5de379a920589250d80b0739de03260de | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Mon Oct 09 20:44:50 2006 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Mon Oct 09 20:44:50 2006 +0000 |
| tree | 76f98e9e04fafe1226fa8988c867704f8d975359 | |
| parent | 6bf550138d73f9b8e592467f7219de6f6d195142 [diff] [blame] |
Bug #1565150: Fix subsecond processing for os.utime on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index 1159a6b..8feb1fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Extension Modules ----------------- +- Bug #1565150: Fix subsecond processing for os.utime on Windows. + - Patch #1572724: fix typo ('=' instead of '==') in _msi.c. - Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault