close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 28, 2011, 3:35:16 PM (15 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v40
|
v41
|
|
| 62 | 62 | |
| 63 | 63 | = note = |
| | 64 | * 如果要以二進位的方式讀檔,請用 open(xxx, rb),可以防止python將他處理為特殊字元。 |
| 64 | 65 | * py_compilefiles:將 .py 檔 compiler 成 .pyc,好處在於速度快,減少轉換為中間碼(byte-compiled)的時間。 |
| 65 | 66 | * http://python3wos.appspot.com/ :python 3 與 python 2 套件移轉對照。 |