Commit 427d3149 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed several corner case issues on os.stat/os.lstat related to reparse

points. (Windows)

- Set S_IEXEC via final path name not link name.
- Set S_IFLNK also via FindFirstFile (when CreateFile fails)
parent b4162305
...@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1? ...@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
Core and Builtins Core and Builtins
----------------- -----------------
- Fixed several corner case issues on os.stat/os.lstat related to reparse
points. (Windows)
- PEP 384 (Defining a Stable ABI) is implemented. - PEP 384 (Defining a Stable ABI) is implemented.
- Issue #2690: Range objects support negative indices and slicing - Issue #2690: Range objects support negative indices and slicing
......
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