That title isn't better though, since it doesn't cover the "using/cmdline"
document which deals with command line options, environment variables
and the like.

I agree that "Using Python" is not very descriptive though.

Georg

Am 01.09.2010 10:57, schrieb raymond.hettinger:
> Author: raymond.hettinger
> Date: Wed Sep  1 10:57:16 2010
> New Revision: 84388
> 
> Log:
> More descriptive title.
> 
> Modified:
>    python/branches/py3k/Doc/conf.py
>    python/branches/py3k/Doc/using/index.rst
> 
> Modified: python/branches/py3k/Doc/conf.py
> ==============================================================================
> --- python/branches/py3k/Doc/conf.py  (original)
> +++ python/branches/py3k/Doc/conf.py  Wed Sep  1 10:57:16 2010
> @@ -131,7 +131,7 @@
>      ('tutorial/index', 'tutorial.tex',
>       'Python Tutorial', _stdauthor, 'manual'),
>      ('using/index', 'using.tex',
> -     'Using Python', _stdauthor, 'manual'),
> +     'Python Setup', _stdauthor, 'manual'),
>      ('whatsnew/' + version, 'whatsnew.tex',
>       'What\'s New in Python', 'A. M. Kuchling', 'howto'),
>  ]
> 
> Modified: python/branches/py3k/Doc/using/index.rst
> ==============================================================================
> --- python/branches/py3k/Doc/using/index.rst  (original)
> +++ python/branches/py3k/Doc/using/index.rst  Wed Sep  1 10:57:16 2010
> @@ -1,7 +1,7 @@
>  .. _using-index:
>  
>  ################
> -  Using Python
> +  Python Setup
>  ################


-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to