[Python-checkins] cpython (3.1): Remove untrue statement from tutorial

eric.araujo python-checkins at python.org
Sat Mar 26 02:04:02 CET 2011


http://hg.python.org/cpython/rev/a81133cd4f30
changeset:   68946:a81133cd4f30
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Mar 25 21:53:58 2011 +0100
summary:
  Remove untrue statement from tutorial

files:
  Doc/tutorial/interactive.rst |  5 +----
  1 files changed, 1 insertions(+), 4 deletions(-)


diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst
--- a/Doc/tutorial/interactive.rst
+++ b/Doc/tutorial/interactive.rst
@@ -123,10 +123,7 @@
    # bound to the Esc key by default (you can change it - see readline docs).
    #
    # Store the file in ~/.pystartup, and set an environment variable to point
-   # to it:  "export PYTHONSTARTUP=/home/user/.pystartup" in bash.
-   #
-   # Note that PYTHONSTARTUP does *not* expand "~", so you have to put in the
-   # full path to your home directory.
+   # to it:  "export PYTHONSTARTUP=~/.pystartup" in bash.
 
    import atexit
    import os

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list