Message 226094 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
It's a relative path if the share name lacks a trailing slash. Consider the hidden share "//server/C$" for the C: drive. "C:" is a relative path, while "C:/" is an absolute path. Similarly "//server/C$" is relative, while "//server/C$/" is absolute.