Changes between Version 40 and Version 41 of wade/python


Ignore:
Timestamp:
Aug 28, 2011, 3:35:16 PM (13 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/python

    v40 v41  
    6262
    6363= note =
     64 * 如果要以二進位的方式讀檔,請用 open(xxx, rb),可以防止python將他處理為特殊字元。
    6465 * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。
    6566 * http://python3wos.appspot.com/ :python 3 與 python 2 套件移轉對照。