Python 2.7 basestring abstract type is removed in python 3.

Issue #790 closed
David Platten created an issue

Need to use str instead - see https://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit. This affects the chart code.

Comments (4)

  1. Log in to comment