Re: [Python-Dev] r84388 - in python/branches/py3k/Doc: conf.py using/index.rst

2010-09-06 Thread anatoly techtonik
On Thu, Sep 2, 2010 at 12:43 AM, Nick Coghlan wrote: >> 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. > > Python

Re: [Python-Dev] r84388 - in python/branches/py3k/Doc: conf.py using/index.rst

2010-09-02 Thread Georg Brandl
Am 01.09.2010 23:43, schrieb Nick Coghlan: > On Thu, Sep 2, 2010 at 7:25 AM, Georg Brandl wrote: >> 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"

Re: [Python-Dev] r84388 - in python/branches/py3k/Doc: conf.py using/index.rst

2010-09-01 Thread Nick Coghlan
On Thu, Sep 2, 2010 at 7:25 AM, Georg Brandl wrote: > 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. Python Setup and

Re: [Python-Dev] r84388 - in python/branches/py3k/Doc: conf.py using/index.rst

2010-09-01 Thread Georg Brandl
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.hetti