Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2011-04-13 06:42:05
Size: 1031
Editor: ?AdrianVonBidder
Comment:
Revision 3 as of 2011-04-13 09:51:04
Size: 1255
Editor: ?AdrianVonBidder
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
See also the Python 3 Wall of Shame at http://python3wos.appspot.com/ See also
* the Python 3 Wall of Shame at http://python3wos.appspot.com/
* http://py3ksupport.appspot.com/
* http://getpython3.net/
* http://wiki.python.org/moin/PortingToPy3k/Modules (not sure, maybe could replace this table alltogether since it also tracks availability in distributions.)

Python 3 Software availability

This page is an attempt to track the progress of (major) Python packages / frameworks regarding Python 3.

Python 3 itself is available in Debian for some time now, but many Python packages are either not packaged for Python 3 yet or have not been ported yet by the upstream authors at all.

Product

Available for Py3?

Relevant link / Comment

Django

no

http://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3

Pylons

no

http://pylonshq.com/docs/en/1.0/gettingstarted/ (only says "not supported at this time", couldn't find anything better.)

Zope

no

Available upstream in parts:

zope.event

upstream

No Debian package yet

zope.interface

upstream

No Debian package yet

zope.testing

no

http://regebro.wordpress.com/2010/04/30/the-future-of-zope-testing-and-python-3/

..

..

..

See also * the Python 3 Wall of Shame at http://python3wos.appspot.com/ * http://py3ksupport.appspot.com/ * http://getpython3.net/ * http://wiki.python.org/moin/PortingToPy3k/Modules (not sure, maybe could replace this table alltogether since it also tracks availability in distributions.)