Kaydet (Commit) b847c7fc authored tarafından R David Murray's avatar R David Murray

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

üst 9ae47115
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment