
python-checkins at python
Oct 20, 2007, 11:33 AM
Post #1 of 1
(41 views)
Permalink
|
|
r58568 - python/trunk/Doc/using/cmdline.rst
|
|
Author: georg.brandl Date: Sat Oct 20 20:33:20 2007 New Revision: 58568 Modified: python/trunk/Doc/using/cmdline.rst Log: Change title, for now. Modified: python/trunk/Doc/using/cmdline.rst ============================================================================== --- python/trunk/Doc/using/cmdline.rst (original) +++ python/trunk/Doc/using/cmdline.rst Sat Oct 20 20:33:20 2007 @@ -1,7 +1,7 @@ .. highlightlang:: none -Invoking the Python executable -============================== +Command line and environment +============================ The CPython interpreter scans the command line and the environment for various settings. _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|