jython / jython3

A sandboxed attempt at v3 (not maintained)
Other
299 stars 59 forks source link

#8 accept keyword parameter metaclass from class definition #16

Closed isaiah closed 8 years ago

isaiah commented 8 years ago

According to http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#metaclass, __metaclass__ class attribute is no longer supported.