commit | 2c7aa634cbd76467c18876c61418ea80962eb5aa | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Oct 15 09:44:02 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Oct 15 09:44:02 2006 +0000 |
tree | 4c25dd5b1b506f6d6dea870ff35de0b69bcbd990 | |
parent | 3dee4852d7a750e120d0e059480389a9a5b71d18 [diff] [blame] |
Bug #1567666: Emulate GetFileAttributesExA for Win95.
diff --git a/Misc/NEWS b/Misc/NEWS index 887977a..4cabe95 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -52,6 +52,8 @@ Extension Modules ----------------- +- Bug #1567666: Emulate GetFileAttributesExA for Win95. + - Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer.