Issue1512749

classification
Title: struct_time in Time different than in python
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords: patch

Created on 2006-06-26.14:13:53 by cgroves, last changed 2006-07-20.00:52:58 by cgroves.

Files
File name Uploaded Description Edit Remove
struct_timeAsStructType.patch cgroves, 2006-06-26.14:13:53
Messages
msg2514 (view) Author: Charlie Groves (cgroves) Date: 2006-06-26.14:13:53
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.
msg2515 (view) Author: Charlie Groves (cgroves) Date: 2006-07-20.00:52:58
Logged In: YES 
user_id=1174327

Applied to 2.3 in r2849
History
Date User Action Args
2006-06-26 14:13:53cgrovescreate