File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -377,9 +377,8 @@ the :mod:`glob` module.)
377377
378378 Return the canonical path of the specified filename, eliminating any symbolic
379379 links encountered in the path (if they are supported by the operating
380- system). On Windows, this function will also resolve and eliminate MS-DOS
381- (also called 8.3) style names such as ``C:\\PROGRA~1\\LONGFI~1.TXT `` to
382- ``C:\\Program Files\\LongFile.txt ``.
380+ system). On Windows, this function will also resolve MS-DOS (also called 8.3)
381+ style names such as ``C:\\PROGRA~1 `` to ``C:\\Program Files ``.
383382
384383 If a path doesn't exist or a symlink loop is encountered, and *strict * is
385384 ``True ``, :exc: `OSError ` is raised. If *strict * is ``False ``, the path is
You can’t perform that action at this time.
0 commit comments