commit | 8863544522d78e89907bfbe18754426fdce6edea | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 04 18:30:56 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 04 18:30:56 2007 +0000 |
tree | f22e3798fbc7789d06d18cdfbe373d885f2ad5ff | |
parent | 5d2d2ef1f5b23abf8d67437fb7288644053657eb [diff] [blame] |
Bug #1686475: Support stat'ing open files on Windows again.
diff --git a/Misc/NEWS b/Misc/NEWS index 2f749af..afbd326 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Extension Modules ----------------- +- Bug #1686475: Support stat'ing open files on Windows again. + - Bug #1647541: Array module's buffer interface can now handle empty arrays. - Bug #1693079: The array module can now successfully pickle empty arrays.