Skip to content
Snippets Groups Projects
  • scott snyder's avatar
    78950067
    RootUtils: More python 3 fixes · 78950067
    scott snyder authored
     - For python 3, one needs to use PyInstanceMethod_New to create an instance
       method, not PyMethod_New as in python 2.
     - basestring
     - map is now a generator
     - commands -> subprocess
     - it.next() -> next(it)
    78950067
    History
    RootUtils: More python 3 fixes
    scott snyder authored
     - For python 3, one needs to use PyInstanceMethod_New to create an instance
       method, not PyMethod_New as in python 2.
     - basestring
     - map is now a generator
     - commands -> subprocess
     - it.next() -> next(it)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.