Message2514

Author cgroves
Recipients
Date 2006-06-26.14:13:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently struct_time in Time.java is a static function
that seems unused.  Python expects struct_time to be
the type of the time struct.  The current
implementation causes a failure in test_imaplib.py on
the 2.3 branch.

This patch just removes the unused struct_time function
and puts the struct_time tuple type in the classDictInit.
History
Date User Action Args
2008-02-20 17:18:32adminlinkissue1512749 messages
2008-02-20 17:18:32admincreate