load fails with AssertionError: "assert '\\' not in type_str"
Bug #1125447 reported by
Gary Miguel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Meliae |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
My code uses pytz (http://
>>> pytz.timezone(
'US/Pacific'
To post a comment you must log in.
At least for my case, removing the assertions seems to have done the trick, but I haven't looked through the code enough to know if there's actually a valid reason for them being there.