[Python-checkins] python/dist/src/Lib _strptime.py,1.24,1.25

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Aug 7 19:53:07 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv21081/Lib

Modified Files:
	_strptime.py 
Log Message:
Fix docstring in LocaleTime.

Index: _strptime.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/_strptime.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** _strptime.py	5 Aug 2003 04:02:49 -0000	1.24
--- _strptime.py	8 Aug 2003 01:53:05 -0000	1.25
***************
*** 38,44 ****
          f_weekday -- full weekday names (7-item list)
          a_weekday -- abbreviated weekday names (7-item list)
!         f_month -- full weekday names (14-item list; dummy value in [0], which
                      is added by code)
!         a_month -- abbreviated weekday names (13-item list, dummy value in
                      [0], which is added by code)
          am_pm -- AM/PM representation (2-item list)
--- 38,44 ----
          f_weekday -- full weekday names (7-item list)
          a_weekday -- abbreviated weekday names (7-item list)
!         f_month -- full month names (13-item list; dummy value in [0], which
                      is added by code)
!         a_month -- abbreviated month names (13-item list, dummy value in
                      [0], which is added by code)
          am_pm -- AM/PM representation (2-item list)





More information about the Python-checkins mailing list