Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 427d314

Browse files
author
Hirokazu Yamamoto
committed
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)
1 parent b416230 commit 427d314

2 files changed

Lines changed: 113 additions & 93 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
1010
Core and Builtins
1111
-----------------
1212

13+
- Fixed several corner case issues on os.stat/os.lstat related to reparse
14+
points. (Windows)
15+
1316
- PEP 384 (Defining a Stable ABI) is implemented.
1417

1518
- Issue #2690: Range objects support negative indices and slicing

0 commit comments

Comments
 (0)