diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 09:43:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 09:43:39 (GMT) |
commit | 012bc7253be3c8a04b9478e19157373810b8124b (patch) | |
tree | 9cb6fba430b2d45b0169bf9fbef032e5e0d33b27 /Misc | |
parent | cfcd3a9569f637523b48ee410c412b2c6f4d8155 (diff) | |
download | cpython-012bc7253be3c8a04b9478e19157373810b8124b.zip cpython-012bc7253be3c8a04b9478e19157373810b8124b.tar.gz cpython-012bc7253be3c8a04b9478e19157373810b8124b.tar.bz2 |
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,8 @@ Library Extension Modules ----------------- +- Bug #1567666: Emulate GetFileAttributesExA for Win95. + - Patch #1576166: Support os.utime for directories on Windows NT+. - Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode |