mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
#11515: Merge with 3.2.
This commit is contained in:
commit
373089239b
50 changed files with 59 additions and 59 deletions
|
|
@ -1308,7 +1308,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