Python 2.6a3 Released

Good news!Python 2.6a3 Released.
Python is an object-oriented, literal translation computer programming language, is also a powerful and universal language,having 10 years of development,mature and stable.
New features in Python 2.6 alpha 3:
Core and builtins
—————–
- Issue #2719: backported the “next()“ builtin from Python 3.
- Issue #2681: The octal literal “0o8“ was incorrecly acctepted. Now it
  properly raises [...]