python 2.7 릴리즈

iamt의 이미지

파이썬이 2.7 알파로 나왔습니다.

제가 쓰는 모듈들은 2.5나 2.6에 거의 맞춰져있는데 계속 숫자는 올라가네요..
Python 2.7 alpha 1 was released on December 5th, 2009.

Python 2.7 is scheduled to be the last major version in the 2.x series before it moves into 5 years of bugfix-only mode. This release contains many of the features that were first released in Python 3.1. Improvements in this release include:

An ordered dictionary type
New unittest features including test skipping and new assert methods.
A much faster io module
Automatic numbering of fields in the str.format() method
Float repr improvements backported from 3.x.
Tile support for Tkinter
A backport of the memoryview object from 3.x
New syntax for nested with statements
See these resources for further information:
공식홈페이지 링크
http://python.org/download/releases/2.7/

bellows의 이미지

3.0 대와 2.0 대가 둘다 support가 되니...
가끔 난감하게 느껴질 때가 있네요..

아직은 갈 길이 멀다