Re: [Python-Dev] .pythonrc.py in man page

2009-02-22 Thread Guido van Rossum
On Sun, Feb 22, 2009 at 6:30 PM, Daniel Stutzbach wrote: > On Sun, Feb 22, 2009 at 8:25 PM, Guido van Rossum wrote: >> >> > Perhaps this entry in the man page is obsolete and should be removed? >> >> Not at all. > > For what it's worth, the 2.6.1 documentation states: "Deprecated since > version

Re: [Python-Dev] .pythonrc.py in man page

2009-02-22 Thread Daniel Stutzbach
On Sun, Feb 22, 2009 at 8:25 PM, Guido van Rossum wrote: > > Perhaps this entry in the man page is obsolete and should be removed? > > Not at all. > For what it's worth, the 2.6.1 documentation states: "Deprecated since version 2.6: The user module has been removed in Python 3.0." If user.py ha

Re: [Python-Dev] .pythonrc.py in man page

2009-02-22 Thread Guido van Rossum
On Sun, Feb 22, 2009 at 5:58 PM, Mitchell L Model wrote: > The python man page, dated 2005 even in 3.1, has this curious entry: > > ~/.pythonrc.py > User-specific initialization file loaded by the user module; > not > used by default or by most applications. > > 1. I

[Python-Dev] .pythonrc.py in man page

2009-02-22 Thread Mitchell L Model
The python man page, dated 2005 even in 3.1, has this curious entry: ~/.pythonrc.py User-specific initialization file loaded by the user module; not used by default or by most applications. 1. I couldn't figure out what the user module is. 2. I couldn't figure