lp://staging/simplegc/py3
- Get this branch:
- bzr branch lp://staging/simplegc/py3
Branch merges
Branch information
Recent revisions
- 368. By Jordan Farrell
-
Fixed Float division to Integer division. "/" becomes "//" for Python 3. Changed in combo.py.
- 367. By Jordan Farrell
-
"unicode" is no longer a global in Python 3. Thus label.py generated error "NameError: global name 'unicode' is not defined". Changed line according to this: http://
stackoverflow. com/questions/ 6812031/ how-to- make-unicode- string- with-python3 recommendation. Please validate fix is Python 2 compatible? - 366. By Jordan Farrell
-
Import changes from the 2-to-3 style back to original style since it is compatible.
- 360. By Jordan Farrell
-
Again Bad 2to3 change corrected. Put original code of "event.unicode" back rather than the bad change of "event.str".
- 359. By Jordan Farrell
-
Bad 2to3 change corrected. Put original code of "event.unicode" back rather than the bad change of "event.str". Really hoping 2to3 did not do this often!
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/simplegc