-
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)
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.