Closed ryanwersal closed 5 years ago
Couple examples:
unichr
? I don't recall a matching unichr
-> chr
in 2to3.This should also help us identify what 3to2 fixers are necessary since we're only supporting Python 2.7.
Test suite added under py2verify
folder. A new CI check pipeline has been added so these assumptions will be exercised each push/PR.
This is a little strange since it'll mean having a separate "project" (since it needs to run under py2 etc) but it seems worth it to have it as part of our check pipeline.