[Python-checkins] python/nondist/sandbox/datetime doc.txt,1.33,1.34

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 09 Dec 2002 07:42:44 -0800


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

Modified Files:
	doc.txt 
Log Message:
Added issue about timetuple() return type.


Index: doc.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/doc.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** doc.txt	9 Dec 2002 01:40:11 -0000	1.33
--- doc.txt	9 Dec 2002 15:42:41 -0000	1.34
***************
*** 34,37 ****
--- 34,40 ----
  - The type objects aren't exposed, due to headaches with DLL/.so.
  
+ - timetuple() should probably return a struct_time tuple+struct combo,
+   like time.localtime() returns.  Is the type exposed from C?
+ 
  - LaTeXize the docs.