[Python-checkins] python/nondist/peps pep-0321.txt,1.2,1.3

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Oct 28 14:48:46 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv20002

Modified Files:
	pep-0321.txt 
Log Message:
Turn paragraph into a list, and add some items

Index: pep-0321.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0321.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0321.txt	7 Oct 2003 12:16:04 -0000	1.2
--- pep-0321.txt	28 Oct 2003 19:48:44 -0000	1.3
***************
*** 33,40 ****
  =======================
  
! Useful formats to support include `ISO8601`_, `RFC2822`_, `ctime`_,
! and some that are commonly written by humans such as the American
! "MM/DD/YYYY", the European "YYYY/MM/DD", and variants such as
! "DD-Month-YYYY".
  
  XXX The Perl `ParseDate.pm`_ module supports many different input formats,
--- 33,45 ----
  =======================
  
! Useful formats to support include:
! 
! * `ISO8601`_
! * ARPA/`RFC2822`_
! * `ctime`_
! * Formats commonly written by humans such as the American
!   "MM/DD/YYYY", the European "YYYY/MM/DD", and variants such as
!   "DD-Month-YYYY".
! * CVS-style or tar-style dates ("tomorrow", "12 hours ago", etc.)
  
  XXX The Perl `ParseDate.pm`_ module supports many different input formats,





More information about the Python-checkins mailing list