fixtures is broken on Python 3.2

Bug #816665 reported by Jonathan Lange
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python Fixtures
Fix Released
Undecided
Unassigned

Bug Description

jml@truth:~/src/python-fixtures/trunk$ PYTHONPATH=lib python3.2
Python 3.2.1 (default, Jul 10 2011, 21:50:35)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import fixtures
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/jml/src/python-fixtures/trunk/lib/fixtures/__init__.py", line 56, in <module>
    from fixtures.fixture import Fixture, FunctionFixture, MethodFixture
  File "/home/jml/src/python-fixtures/trunk/lib/fixtures/fixture.py", line 118
    raise error[0], error[1], error[2]
                  ^
SyntaxError: invalid syntax
>>>

Related branches

Changed in python-fixtures:
status: New → Fix Released
milestone: none → next
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.