]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve documentation for PEP 370 support in site module (#8617).
authorÉric Araujo <merwok@netwok.org>
Fri, 5 Aug 2011 23:51:07 +0000 (01:51 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 5 Aug 2011 23:51:07 +0000 (01:51 +0200)
commitde4f05b741aacf545d2fb844329d930877117ee2
treee8ec823ee1b888b8e23581525697605aeff686c7
parente5cad23a92c88440e739589430c0b22d41a44621
Improve documentation for PEP 370 support in site module (#8617).

site.USER_BASE and site.USER_SITE are now fully documented.  PEP 370 is
outdated with respects to the Mac framework situation, but the code in
sysconfig and the example in the 3.2 What’s New document helped me find
the right values to document for Mac OS X.

The command-line interface of the site module, partly documented in the
3.2 What’s New, is fully described in the module docs.

The purpose of the usercustomize module is explained in the site docs,
with a gentle introduction in the tutorial (right after the section that
talks about PYTHONSTARTUP; a comment mentions it should be moved from
the tutorial to another file, but that will be another bug).

Various markup and wording improvements were made along the way in the
site module docs.  Duplicate and incomplete declarations of environment
variables have also been removed (the original bug report was actually
about these entries :).  The site module docs are still a bit messy;
I’ll see about improving them for #11553.

All these sections are copiously interlinked and findable from the doc
indexes.
Doc/library/site.rst
Doc/tutorial/interactive.rst
Doc/tutorial/interpreter.rst
Doc/using/cmdline.rst