diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-03 12:54:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-03 12:54:16 (GMT) |
commit | 14694662d530d0d1823e1d86f2e5b2e4ec600e86 (patch) | |
tree | 4ce9043f07e1e784a371623ec41a12d8096a0288 /Misc/NEWS | |
parent | 602426e3cf4a65fe37fbe17a3e3a106d0a998811 (diff) | |
download | cpython-14694662d530d0d1823e1d86f2e5b2e4ec600e86.zip cpython-14694662d530d0d1823e1d86f2e5b2e4ec600e86.tar.gz cpython-14694662d530d0d1823e1d86f2e5b2e4ec600e86.tar.bz2 |
Drop C library for stat/fstat on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -216,6 +216,10 @@ Core and builtins Extension Modules ----------------- +- Use Win32 API to implement os.stat/fstat. As a result, subsecond timestamps + are reported, the limit on path name lengths is removed, and stat reports + WindowsError now (instead of OSError). + - Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery. - Bug #1413192, fix seg fault in bsddb if a transaction was deleted |