diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 08:43:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-15 08:43:33 (GMT) |
commit | 18aaa568fd98ec6adcd58f65ffb1a9f6943cfe53 (patch) | |
tree | ebc8b8042c9c0f99937ff8de5231a6a1fb91cffe /Misc/NEWS | |
parent | c9e82f62342b86583f0dd9f17e55da8a9d9a30e0 (diff) | |
download | cpython-18aaa568fd98ec6adcd58f65ffb1a9f6943cfe53.zip cpython-18aaa568fd98ec6adcd58f65ffb1a9f6943cfe53.tar.gz cpython-18aaa568fd98ec6adcd58f65ffb1a9f6943cfe53.tar.bz2 |
Patch #1576166: Support os.utime for directories on Windows NT+.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,8 @@ Library Extension Modules ----------------- +- Patch #1576166: Support os.utime for directories on Windows NT+. + - 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. |