[Python-checkins] r69894 - python/branches/py3k/Misc/python.man
benjamin.peterson
python-checkins at python.org
Mon Feb 23 04:38:43 CET 2009
Author: benjamin.peterson
Date: Mon Feb 23 04:38:43 2009
New Revision: 69894
Log:
.pythonrc.py is no more
Modified:
python/branches/py3k/Misc/python.man
Modified: python/branches/py3k/Misc/python.man
==============================================================================
--- python/branches/py3k/Misc/python.man (original)
+++ python/branches/py3k/Misc/python.man Mon Feb 23 04:38:43 2009
@@ -306,9 +306,6 @@
needed for developing Python extensions and embedding the
interpreter.
.RE
-.IP \fI~/.pythonrc.py\fP
-User-specific initialization file loaded by the \fIuser\fP module;
-not used by default or by most applications.
.SH ENVIRONMENT VARIABLES
.IP PYTHONHOME
Change the location of the standard Python libraries. By default, the
More information about the Python-checkins
mailing list