Skip to content

DQDefects: python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.DQDefects-20200114 into master
  • basestring
  • long
  • iteritems
  • generator -> list
  • passing str objects with multibyte encodings is broken with pyroot 6.18.

Still some issues related to unicode handling to be resolved in a forthcoming commit.

Merge request reports