Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd2e3b0

Browse files
committed
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.
1 parent 54f6509 commit bd2e3b0

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

Misc/python.man

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ per source line);
164164
.B all
165165
to print a warning each time it occurs (this may generate many
166166
messages if a warning is triggered repeatedly for the same source
167-
line, e.g. inside a loop);
167+
line, such as inside a loop);
168168
.B module
169169
to print each warning only only the first time it occurs in each
170170
module;
@@ -316,6 +316,11 @@ You can also change the prompts
316316
and
317317
.I sys.ps2
318318
in this file.
319+
.IP PYTHONY2K
320+
Set this to a non-empty string to cause the \fItime\fP module to
321+
require dates specified as strings to include 4-digit years, otherwise
322+
2-digit years are converted based on rules described in the \fItime\fP
323+
module documnetation.
319324
.IP PYTHONDEBUG
320325
If this is set to a non-empty string it is equivalent to specifying
321326
the \fB\-d\fP option.
@@ -337,19 +342,19 @@ E-mail: [email protected]
337342
.PP
338343
And a cast of thousands.
339344
.SH INTERNET RESOURCES
340-
Main website: http://www.python.org
345+
Main website: http://www.python.org/
341346
.br
342-
Community website: http://starship.python.net
347+
Documentation: http://www.python.org/doc/
343348
.br
344-
Developer resources:
349+
Community website: http://starship.python.net/
345350
.br
346-
http://sourceforge.net/project/?group_id=5470
351+
Developer resources: http://sourceforge.net/project/python/
347352
.br
348-
FTP: ftp://ftp.python.org/pub/python
353+
FTP: ftp://ftp.python.org/pub/python/
349354
.br
350-
Module repository: http://www.vex.net/parnassus/
355+
Module repository: http://www.vex.net/parnassus/
351356
.br
352-
Newsgroups: comp.lang.python, comp.lang.python.announce
357+
Newsgroups: comp.lang.python, comp.lang.python.announce
353358
.SH LICENSING
354359
Python is distributed under an Open Source license. See the file
355360
"LICENSE" in the Python source distribution for information on terms &

0 commit comments

Comments
 (0)