mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
#11515: Merge with 3.1.
This commit is contained in:
commit
4969f709cc
49 changed files with 58 additions and 58 deletions
|
@ -1281,7 +1281,7 @@ win32_xstat_w(const wchar_t *path, struct win32_stat *result, BOOL traverse)
|
|||
win32_stat will first explicitly resolve the symlink target and then will
|
||||
call win32_lstat on that result.
|
||||
|
||||
The _w represent Unicode equivalents of the aformentioned ANSI functions. */
|
||||
The _w represent Unicode equivalents of the aforementioned ANSI functions. */
|
||||
|
||||
static int
|
||||
win32_lstat(const char* path, struct win32_stat *result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue