Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Python 3 Compatibility #16

Open
BYK opened this issue Apr 26, 2012 · 1 comment
Open

Python 3 Compatibility #16

BYK opened this issue Apr 26, 2012 · 1 comment
Labels

Comments

@BYK
Copy link
Owner

BYK commented Apr 26, 2012

For the project to be future proof, it should be compatible with Py3k. If possible this should be done in a manner which does not break backwards compatibility with Python 2.7 but if necessary a new module/branch should be created.

@berkerpeksag
Copy link
Collaborator

Metaclass: http://packages.python.org/six/#six.with_metaclass

Django codebase (django.db.models.base.Model):

class Model(six.with_metaclass(ModelBase, object)):
    # ...

@ghost ghost assigned berkerpeksag Nov 25, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants