datetime failure on py3k, string type issue.

May 4, 2010
6:15 a.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
5463
Age (days ago)
5463
Last active (days ago)
0 comments
1 participants
participants (1)
-
Charles R Harris