beeware / bugjar

A interactive graphical debugger for Python code.
BSD 3-Clause "New" or "Revised" License
249 stars 31 forks source link

Python 3 Support & Bugfix for Argument Parser #17

Closed uranusjr closed 9 years ago

uranusjr commented 9 years ago

I tested a few files locally (with bugjar script.py), and everything seems to work with both Python 2.7 and 3.4. (Will also need to patch tkreadonly. See pybee/tkreadonly#1.) Not sure whether I missed anything though.

Also fixed the shebang line in setup.py and a bug (?) in main.py where ArgumentParser is passed an unknown kwarg version. The program doesn’t work at all without the latter.

freakboy3742 commented 9 years ago

Fantastic! Thanks for the contribution!