Issue1758312

classification
Title: date and time objects fail to pickle
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, yole
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:32:06 by cgroves, last changed 2007-08-12.22:02:37 by cgroves.

Messages
msg1762 (view) Author: Charlie Groves (cgroves) Date: 2007-07-22.04:32:06
All of the objects from time fail their pickling tests in test_datetime
msg1763 (view) Author: Charlie Groves (cgroves) Date: 2007-08-06.00:05:24
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg1764 (view) Author: Dmitry Jemerov (yole) Date: 2007-08-11.09:24:37
Posted patch at http://sourceforge.net/tracker/index.php?func=detail&aid=1772134&group_id=12867&atid=312867
msg1765 (view) Author: Charlie Groves (cgroves) Date: 2007-08-12.22:02:37
Patch applied in r3412.
History
Date User Action Args
2007-07-22 04:32:06cgrovescreate