Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f675a4f commit d88c757Copy full SHA for d88c757
Doc/library/os.path.rst
@@ -377,9 +377,8 @@ the :mod:`glob` module.)
377
378
Return the canonical path of the specified filename, eliminating any symbolic
379
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``.
+ system). On Windows, this function will also resolve MS-DOS (also called 8.3)
+ style names such as ``C:\\PROGRA~1`` to ``C:\\Program Files``.
383
384
If a path doesn't exist or a symlink loop is encountered, and *strict* is
385
``True``, :exc:`OSError` is raised. If *strict* is ``False``, the path is
0 commit comments