You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am adding ti to the list of changes for the python 3 release for now. str/unicode/bytes will be seriously reworked at that time. I think having an assert may be good at that point anyway.
038ee17
It seems like instead of forcing to a
str
it should do a check such asassert isinstance(index, basestring)
or explicitly converting
int
s if that was the purpose. Alternatively, we could changestr
tounicode
and call it a day.The text was updated successfully, but these errors were encountered: