Merged revisions 77298 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77298 | ezio.melotti | 2010-01-04 11:00:11 +0200 (Mon, 04 Jan 2010) | 1 line

  fixed markup errors
........
This commit is contained in:
Ezio Melotti 2010-01-04 09:29:10 +00:00
parent aafdca895b
commit 6e40e27ecf
4 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ The :mod:`runpy` module provides two functions:
``__file__`` is set to the name provided by the module loader. If the ``__file__`` is set to the name provided by the module loader. If the
loader does not make filename information available, this variable is set loader does not make filename information available, this variable is set
to `:const:`None`. to :const:`None`.
``__loader__`` is set to the PEP 302 module loader used to retrieve the ``__loader__`` is set to the PEP 302 module loader used to retrieve the
code for the module (This loader may be a wrapper around the standard code for the module (This loader may be a wrapper around the standard

View file

@ -740,7 +740,7 @@ changes, or look through the Subversion logs for all the details.
global site-packages directories, and global site-packages directories, and
:func:`getusersitepackages` returns the path of the user's :func:`getusersitepackages` returns the path of the user's
site-packages directory. site-packages directory.
:func:`getuserbase` returns the value of the :envvar:``USER_BASE`` :func:`getuserbase` returns the value of the :envvar:`USER_BASE`
environment variable, giving the path to a directory that can be used environment variable, giving the path to a directory that can be used
to store data. to store data.
(Contributed by Tarek Ziade; :issue:`6693`.) (Contributed by Tarek Ziade; :issue:`6693`.)