ryanwersal / crosswind

Convert between Python 2 and 3 in both directions (fork of lib3to2)
Other
12 stars 1 forks source link

Add urllib fixer to 3to2 #45

Open ryanwersal opened 5 years ago

ryanwersal commented 5 years ago

2to3 has a fixer shuffling several imports around due to the module split in Python 3. Best I can tell we will want a 3to2 fixer to reverse those changes.