Page started at PyCon 2015 for cross-distro collaboration on Python 3 Linux distro porting status.
Ubuntu status: https://bugs.launchpad.net/ubuntu/+bugs?field.tag=python3
Fedora status: https://fedoraproject.org/wiki/User:Churchyard/python3
Additional Python 3 porting helpers
Python Future
Expansive Python 2/3 compatibility layer (provides a more "Python 3" experience in Python 2 than the more minimalist six compatibility module)
Documentation: http://python-future.org/
PyPI module: https://pypi.python.org/pypi/future
Ubuntu PPA (bio-linux): https://launchpad.net/~nebc/+archive/ubuntu/bio-linux/+packages?field.name_filter=python&field.status_filter=published&field.series_filter=
Fedora COPR: ??
Debian ITP:
Fedora review request:
py3c
"Six for extension modules"
Documentation: https://py3c.readthedocs.org/en/latest/
Other Notes/Tasks
Update Python 3 extension module porting guide (https://docs.python.org/dev/howto/cporting.html): Barry Warsaw, Petr Viktorin