brain-hacker-antilammer / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Python 2.6 compatibility #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install under Python 2.6
2. Run the "gvoice" script
3. Watch the fireworks (traceback)

The following is the traceback produced:

    regex = bytes("('_rnr_se':) '(.+)'", 'utf8')
TypeError: str() takes at most 1 argument (2 given)

This works fine on Python 2.5 however.

Original issue reported on code.google.com by jacob.feisley on 29 Jul 2009 at 10:26

GoogleCodeExporter commented 9 years ago
Thank you. Just saw this on Ubuntu 9 myself. That syntax was for py3k, but im 
workin
on makin it work for all 2.X as well. Fix in progress

Original comment by justquick on 30 Jul 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Fixed in -r 9:7735a5665b91

python2.6 passes unittests too

Original comment by justquick on 30 Jul 2009 at 12:35