Commit 14694662 authored by Martin v. Löwis's avatar Martin v. Löwis

Drop C library for stat/fstat on Windows.

parent 602426e3
......@@ -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
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment