Skip to content

PerfMonTests+PerfMonComps+PerfMonAna: Python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.PerfMonTests-20191225 into master
  • integer division
  • print function
  • user module
  • commands module
  • iteritems
  • has_key
  • text/binary file formats
  • string module
  • matplotlib deleted functions
  • except/raise statement syntax
  • relative module import
  • commands module
  • basestring
  • generators -> lists
  • it.next() -> next(it)
  • exec

Merge request reports