#16877: Add mention that shell-style path expansions are not automatic.

This commit is contained in:
R David Murray 2013-01-06 16:14:57 -05:00
parent 9ae4711581
commit b847c7fcfe
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ write files see :func:`open`, and for accessing the filesystem see the
:func:`splitunc` and :func:`ismount` do handle them correctly.
Unlike a unix shell, Python does not do any *automatic* path expansions.
Functions such as :func:`expanduser` and :func:`expandvars` can be invoked
explicitly when an application desires shell-like path expansion. (See also
the :mod:`glob` module.)
.. note::
Since different operating systems have different path name conventions, there