Entries from 2010-05-02 to 1 day

PythonにC++のconstみたいな、Javaのfinalみたいな修飾子を追加する…

パッチを書きました。 Python 2.6.5 (r265:79063, 魔改造, May 2 2010, 17:41:13) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> def a(): ... readonly a = b = 3 ... a = 3…