uokadaの見逃し三振は嫌いです

ここで述べられていることは私の個人的な意見に基づくものであり、私が所属する組織には一切の関係はありません。

python2.7.4でどうなったんだっけ?

  • An ordered dictionary type
  • New unittest features including test skipping, new assert methods, and test discovery
  • 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
  • Set literals
  • Set and dictionary comprehensions
  • Dictionary views
  • New syntax for nested with statements
  • The sysconfig module

100以上のバグフィックスと上記の機能追加がされているらしい。

sysconfigモジュールは環境変数を取るのに便利そう。

無理に上げなくても良さそうなリリースだけどbugfix見て重要な改修があればアップデートすればいいか。