datetime failure on py3k, string type issue.
3 May
2010
3 May
'10
11:15 p.m.
The following fails after fixing datetime_data assert_equal(datetime_data(a.dtype), ('us', 1, 1, 1)) The problem is that 'us' is unicode and the function call yields bytes. The question is: should datetime units use unicode when compiled on python >= 3k? Chuck
5250
Age (days ago)
5250
Last active (days ago)
0 comments
1 participants
participants (1)
-
Charles R Harris