Skip to content

Instantly share code, notes, and snippets.

@baijum
Created July 20, 2011 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baijum/1094469 to your computer and use it in GitHub Desktop.
Save baijum/1094469 to your computer and use it in GitHub Desktop.
Why not Python 2.7 yet ?

What are the possible reasons for not using Python 2.7 yet ?

  1. Google App Engine does not support Python 2.7
  2. The GNU/Linux stable distributions doesn't support Python 2.7 eg:- Ubuntu 10.04 LTS, Debian 6.0, RHEL 6, CentOS 6, Slackware 13.37
  3. Using Python 3.x and no plan to support older Python versions
  4. IPython is not yet supported
  5. Some hosting sites like iPage doesn't support Python 2.7
  6. To keep Jython compatibility (Jython doesn't have Python 2.7 support)
  7. OSX 10.6 doesn't support Python 2.7
  8. "psyco" module is not available for Python 2.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment