[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.53,1.54

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 14 Dec 2002 21:17:30 -0800


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

Modified Files:
	doc.txt 
Log Message:
Updated TODO.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** doc.txt	15 Dec 2002 05:14:52 -0000	1.53
--- doc.txt	15 Dec 2002 05:17:28 -0000	1.54
***************
*** 1,5 ****
  TODO/OPEN
  =========
! - datetimetz needs a C implementation.
  
  - The custom %z and %Z format codes for timetz and datetimetz
--- 1,9 ----
  TODO/OPEN
  =========
! - datetimetz needs a C implementation.  This seems "almost done".  I
!   suspect I'm missing some untested method(s) still in the Python
!   implementation.
! 
! - The Python implementation is missing docstrings in many places.
  
  - The custom %z and %Z format codes for timetz and datetimetz
***************
*** 22,26 ****
    subclass from this.
    Done.
- 
  
  - Subclass relationships.  Currently datetime is a subclass of date.
--- 26,29 ----