scott1028 / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Python 2.4 incompatibility #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to inherit the Mixin class with Python 2.4

What is the expected output? What do you see instead?

The class would be instantiated with no errors.
But it thorws an invalide syntax error in the base class definition.
class HTMLMixin():

Original issue reported on code.google.com by yamandu.costa on 28 Sep 2010 at 11:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 28d0b9baa328.

Original comment by reingart@gmail.com on 6 Aug 2012 at 8:16

GoogleCodeExporter commented 9 years ago
fixed in changeset 28d0b9baa328, sorry for the delay

Original comment by reingart@gmail.com on 6 Aug 2012 at 8:16