[Python-checkins] python/dist/src/Lib _strptime.py, 1.23.4.1, 1.23.4.2

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Aug 7 19:52:11 EDT 2003


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

Modified Files:
      Tag: release23-maint
	_strptime.py 
Log Message:
Fix docstring for LocaleTime.

Index: _strptime.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/_strptime.py,v
retrieving revision 1.23.4.1
retrieving revision 1.23.4.2
diff -C2 -d -r1.23.4.1 -r1.23.4.2
*** _strptime.py	6 Aug 2003 21:17:09 -0000	1.23.4.1
--- _strptime.py	8 Aug 2003 01:52:08 -0000	1.23.4.2
***************
*** 41,47 ****
          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)
--- 41,47 ----
          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