[Python-checkins] CVS: python/dist/src/Misc python.man,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Thu, 26 Jul 2001 14:26:00 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv27163

Modified Files:
	python.man 
Log Message:

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.


Index: python.man
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python.man,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** python.man	2001/07/23 16:30:26	1.19
--- python.man	2001/07/26 21:25:58	1.20
***************
*** 165,169 ****
  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);
  .B module
  to print each warning only only the first time it occurs in each
--- 165,169 ----
  to print a warning each time it occurs (this may generate many
  messages if a warning is triggered repeatedly for the same source
! line, such as inside a loop);
  .B module
  to print each warning only only the first time it occurs in each
***************
*** 317,320 ****
--- 317,325 ----
  .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
***************
*** 338,354 ****
  And a cast of thousands.
  .SH INTERNET RESOURCES
! Main website: http://www.python.org
  .br
! Community website: http://starship.python.net
  .br
! Developer resources:
  .br
!   http://sourceforge.net/project/?group_id=5470
  .br
! FTP: ftp://ftp.python.org/pub/python
  .br
! Module repository: http://www.vex.net/parnassus/
  .br
! Newsgroups: comp.lang.python, comp.lang.python.announce
  .SH LICENSING
  Python is distributed under an Open Source license.  See the file
--- 343,359 ----
  And a cast of thousands.
  .SH INTERNET RESOURCES
! Main website:  http://www.python.org/
  .br
! Documentation:  http://www.python.org/doc/
  .br
! Community website:  http://starship.python.net/
  .br
! Developer resources:  http://sourceforge.net/project/python/
  .br
! FTP:  ftp://ftp.python.org/pub/python/
  .br
! Module repository:  http://www.vex.net/parnassus/
  .br
! Newsgroups:  comp.lang.python, comp.lang.python.announce
  .SH LICENSING
  Python is distributed under an Open Source license.  See the file