Activity log for bug #919551

Date Who What changed Old value New value Message
2012-01-21 08:33:24 Duncan McGreggor bug added bug
2012-01-21 21:34:53 Duncan McGreggor txaws: assignee Duncan McGreggor (oubiwann)
2012-01-21 21:34:56 Duncan McGreggor txaws: importance Undecided Low
2012-01-22 00:01:23 Duncan McGreggor bug added subscriber Gustavo Niemeyer
2012-01-22 00:05:31 Duncan McGreggor txaws: status New Incomplete
2012-01-22 02:29:40 Gustavo Niemeyer txaws: status Incomplete New
2012-01-22 03:19:25 Duncan McGreggor branch linked lp:~oubiwann/txaws/919551-broken-dateutil-dep
2012-01-22 03:20:50 Duncan McGreggor summary unicode/str errors in dateutil dateutil requirement needs version spec
2012-01-22 03:20:56 Duncan McGreggor description I'm getting tons of errors when I run the test suite with trial in Python 2.7: FAILED (skips=3, failures=24, errors=18, successes=381) More of them seem to be generated due to this error: initial_value must be unicode or None, not str Here's a sample traceback: [ERROR] Traceback (most recent call last): File "/Users/oubiwann/lab/txaws/trunk/txaws/s3/client.py", line 99, in _parse_list_buckets date_time = parseTime(date_text) File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 698, in parse return DEFAULTPARSER.parse(timestr, **kwargs) File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 302, in parse res = self._parse(timestr, **kwargs) File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 350, in _parse l = _timelex.split(timestr) File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 144, in split return list(cls(s)) File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 44, in __init__ instream = StringIO(instream) exceptions.TypeError: initial_value must be unicode or None, not str txaws.s3.tests.test_client.S3ClientTestCase.test_list_buckets This ticket was originally titled "unicode/str errors in dateutil" but has been renamed to better match the fix. I'm getting tons of errors when I run the test suite with trial in Python 2.7: FAILED (skips=3, failures=24, errors=18, successes=381) More of them seem to be generated due to this error:   initial_value must be unicode or None, not str Here's a sample traceback: [ERROR] Traceback (most recent call last):   File "/Users/oubiwann/lab/txaws/trunk/txaws/s3/client.py", line 99, in _parse_list_buckets     date_time = parseTime(date_text)   File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 698, in parse     return DEFAULTPARSER.parse(timestr, **kwargs)   File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 302, in parse     res = self._parse(timestr, **kwargs)   File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 350, in _parse     l = _timelex.split(timestr)   File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 144, in split     return list(cls(s))   File "/sw/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/parser.py", line 44, in __init__     instream = StringIO(instream) exceptions.TypeError: initial_value must be unicode or None, not str txaws.s3.tests.test_client.S3ClientTestCase.test_list_buckets
2012-01-22 03:29:27 Duncan McGreggor txaws: milestone 0.3
2012-01-22 03:30:05 Duncan McGreggor txaws: status New In Progress
2012-01-24 22:59:51 Duncan McGreggor txaws: status In Progress Fix Committed
2012-04-11 18:18:27 Duncan McGreggor txaws: status Fix Committed Fix Released