[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.49,1.50

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 12 Dec 2002 15:06:55 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv23207

Modified Files:
	doc.txt 
Log Message:
Marked timetz as done.  Added %z/%Z todo.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** doc.txt	12 Dec 2002 23:04:14 -0000	1.49
--- doc.txt	12 Dec 2002 23:06:51 -0000	1.50
***************
*** 3,7 ****
  - datetimetz needs a C implementation.
  
! - timetz needs a C implementation.
  
  - LaTeXize the docs.
--- 3,8 ----
  - datetimetz needs a C implementation.
  
! - The custom %z and %Z format codes for timetz and datetimetz
!   .strftime needs a C implementation (yuck).
  
  - LaTeXize the docs.
***************
*** 12,15 ****
--- 13,19 ----
  CLOSED
  ======
+ - timetz needs a C implementation.
+   Done.
+ 
  - tzinfo needs a C implementation.
    Done.