lp:simplegc/py3

Created by Jordan Farrell and last modified
Get this branch:
bzr branch lp:simplegc/py3
Only Jordan Farrell can upload to this branch. If you are Jordan Farrell please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jordan Farrell
Project:
Simple Game Code
Status:
Development

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.

365. By Jordan Farrell

Merged Revision 355 from "Trunk" to update to version 0.2.1.

364. By Jordan Farrell

Changed blanket exception to catch ValueError.

363. By Jordan Farrell

Changed "/" to "//" where required in custom_widget.py.

362. By Jordan Farrell

Changed "/" to "//" where required in label.py.

361. By Jordan Farrell

Changed "/" to "//" where required in dialog.py.

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:simplegc
This branch contains Public information 
Everyone can see this information.

Subscribers