#11 Add support for Python 3
Merged by pingou. Opened by qulogic.
qulogic/r2spec py3  into  master

Download 11.patch

Pretty straightforward. All tests that were passing before continue to pass (a couple were already broken.)

8 new commits added

  • Decode urllib results where necessary.
  • Decode output from Popen.
  • Add other future imports everywhere.
  • Import standard library bits from new locations.
  • Use print function instead of statement.
  • Add whitespace after comma.
  • Update dict calls.
  • Use modern exception handling syntax.

1 new commit added

  • Use raw strings for regular expressions.

Looks nice to me, let's rebase and get this in :)

rebased onto 59cdbbe4766893775a22462f1726e2956c21fd7a

Rebased.

Pull-Request has been merged by pingou

Metadata