diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-26 21:25:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-26 21:25:58 (GMT) |
commit | bd2e3b03d6ada378e63b49f4b858ab41960935ae (patch) | |
tree | 7ee592b68b297b3bdd732a8b85e853689fe213bd /Misc | |
parent | 54f65094c31498189fd3db05a4ac5c82cf432ae4 (diff) | |
download | cpython-bd2e3b03d6ada378e63b49f4b858ab41960935ae.zip cpython-bd2e3b03d6ada378e63b49f4b858ab41960935ae.tar.gz cpython-bd2e3b03d6ada378e63b49f4b858ab41960935ae.tar.bz2 |
Document the PYTHONY2K environment variable that had been left out of this
list.
Present the URLs at the bottom in a consistent manner, conforming to the
style guide.
Remove the lone use of "e.g.", which the style guide does not allow.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python.man | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Misc/python.man b/Misc/python.man index 723d714..92f267b 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -164,7 +164,7 @@ per source line); .B all to print a warning each time it occurs (this may generate many messages if a warning is triggered repeatedly for the same source -line, e.g. inside a loop); +line, such as inside a loop); .B module to print each warning only only the first time it occurs in each module; @@ -316,6 +316,11 @@ You can also change the prompts and .I sys.ps2 in this file. +.IP PYTHONY2K +Set this to a non-empty string to cause the \fItime\fP module to +require dates specified as strings to include 4-digit years, otherwise +2-digit years are converted based on rules described in the \fItime\fP +module documnetation. .IP PYTHONDEBUG If this is set to a non-empty string it is equivalent to specifying the \fB\-d\fP option. @@ -337,19 +342,19 @@ E-mail: guido@python.org .PP And a cast of thousands. .SH INTERNET RESOURCES -Main website: http://www.python.org +Main website: http://www.python.org/ .br -Community website: http://starship.python.net +Documentation: http://www.python.org/doc/ .br -Developer resources: +Community website: http://starship.python.net/ .br - http://sourceforge.net/project/?group_id=5470 +Developer resources: http://sourceforge.net/project/python/ .br -FTP: ftp://ftp.python.org/pub/python +FTP: ftp://ftp.python.org/pub/python/ .br -Module repository: http://www.vex.net/parnassus/ +Module repository: http://www.vex.net/parnassus/ .br -Newsgroups: comp.lang.python, comp.lang.python.announce +Newsgroups: comp.lang.python, comp.lang.python.announce .SH LICENSING Python is distributed under an Open Source license. See the file "LICENSE" in the Python source distribution for information on terms & |