mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Merge 3.2
This commit is contained in:
commit
5c1da90f8c
4 changed files with 19 additions and 33 deletions
|
@ -123,10 +123,7 @@ interpreter. ::
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue