Roundup Tracker - Issues

Message3623

Author stefan
Recipients richard, stefan
Date 2009-03-10.14:51:01
Message-id <1236696661.8.0.066824200553.issue2550524@psf.upfronthosting.co.za>
In-reply-to
Running the testsuite I noticed an error in the userauditor test:

The test expects a 'ValueError' for an unknown timezone, while my pytz
version (2008i) uses 'UnknownTimeZoneError'.
Unfortunately this change (if it is one) isn't documented in the module
docs. Thus, the attached patch attempts to import
pytz.UnknownTimeZoneError, and if that fails, falls back to the old
ValueError.

OK to apply ?
History
Date User Action Args
2009-03-10 14:51:01stefansetmessageid: <1236696661.8.0.066824200553.issue2550524@psf.upfronthosting.co.za>
2009-03-10 14:51:01stefansetrecipients: + stefan, richard
2009-03-10 14:51:01stefanlinkissue2550524 messages
2009-03-10 14:51:01stefancreate