Closed GoogleCodeExporter closed 9 years ago
Apparently issues don't require the triple curly braces for code listings. Feel
free to
ignore those.
Original comment by paul.jos...@gmail.com
on 11 Dec 2009 at 7:34
Ok, that patch didn't quite fix it, so I just s/str/basestring/ in each place
and that ended
up fixing things. Not sure if there are any places that would be bad though. I
didn't
notice much in the way of unicode checking so I reckon not.
Original comment by paul.jos...@gmail.com
on 11 Dec 2009 at 7:48
Attachments:
Made changes to developmental version basically replacing isinstance(, str) with
isinstance(,basestring) as you suggested
Will be in version 2.08.
Thanks
Original comment by bunbu...@gmail.com
on 22 Jan 2010 at 5:06
Original issue reported on code.google.com by
paul.jos...@gmail.com
on 11 Dec 2009 at 7:33