From: SourceForge.net <no...@so...> - 2011-07-13 05:01:35
|
Bugs item #3365617, was opened at 2011-07-13 13:49 Message generated for change (Comment added) made by apptaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: apptaro (apptaro) Assigned to: Nobody/Anonymous (nobody) Summary: test_archivemail fails on Python 2.3.4 Initial Comment: # python -V Python 2.3.4 # python test_archivemail Traceback (most recent call last): File "test_archivemail", line 1285, in ? class TestArchiveMailboxdir(TestCaseInTempdir): File "test_archivemail", line 1290, in TestArchiveMailboxdir remaining_msg = set() # Filenames of maildir messages that should be preserved NameError: name 'set' is not defined # Quick search with google reveals "set" is new in Python 2.4. test_archivemail also uses Python 2.4 functions such as sort(). ---------------------------------------------------------------------- >Comment By: apptaro (apptaro) Date: 2011-07-13 14:01 Message: Test with archivemail 0.9.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=3365617&group_id=49630 |