Python 3 usage: Difference between revisions
Created page with "*http://www.phoronix.com/forums/forum/software/distributions/47700-python-3-is-close-to-becoming-the-default-in-fedora-22" |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Overview== | |||
* http://python3wos.appspot.com/ - tracking python 3 on PyPi | |||
==Fedora== | |||
*http://www.phoronix.com/forums/forum/software/distributions/47700-python-3-is-close-to-becoming-the-default-in-fedora-22 | *http://www.phoronix.com/forums/forum/software/distributions/47700-python-3-is-close-to-becoming-the-default-in-fedora-22 | ||
*https://bugzilla.redhat.com/show_bug.cgi?id=1076441 | |||
*https://fedoraproject.org/wiki/Changes/Python_3_as_Default | |||
==Debian/Ubuntu== | |||
*https://wiki.ubuntu.com/Python/3 | |||
*https://wiki.debian.org/Python#Supported_Python_Versions | |||
==Mailman Suite== | |||
* 2015-03-16 "Adapt to the port of Mailman to Python3" http://hyperkitty.readthedocs.org/en/latest/news.html | |||
* http://mailman-bundler.readthedocs.org/en/latest/ | |||
** "Mailman requires at least Python 3.4" | |||
** !! "Even if Mailman 3 runs on Python 3, the web interfaces and the commands in this procedure run on Python 2.7, so make sure your system Python version is 2.7." | |||
==Django== | |||
* https://docs.djangoproject.com/en/1.8/faq/install/#faq-python-version-support | |||
==Google App Engine== | |||
* http://stackoverflow.com/questions/24229203/does-google-app-engine-support-python-3 | |||
* https://www.quora.com/What-are-the-plans-to-support-python3-in-google-appengine |
Latest revision as of 2015-10-02T02:25:06
Overview
- http://python3wos.appspot.com/ - tracking python 3 on PyPi
Fedora
- http://www.phoronix.com/forums/forum/software/distributions/47700-python-3-is-close-to-becoming-the-default-in-fedora-22
- https://bugzilla.redhat.com/show_bug.cgi?id=1076441
- https://fedoraproject.org/wiki/Changes/Python_3_as_Default
Debian/Ubuntu
Mailman Suite
- 2015-03-16 "Adapt to the port of Mailman to Python3" http://hyperkitty.readthedocs.org/en/latest/news.html
- http://mailman-bundler.readthedocs.org/en/latest/
- "Mailman requires at least Python 3.4"
- !! "Even if Mailman 3 runs on Python 3, the web interfaces and the commands in this procedure run on Python 2.7, so make sure your system Python version is 2.7."