mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dyld.py | ||
| dylib.py | ||
| fetch_macholib | ||
| fetch_macholib.bat | ||
| framework.py | ||
| README.ctypes | ||
Files in this directory from from Bob Ippolito's py2app. License: Any components of the py2app suite may be distributed under the MIT or PSF open source licenses. This is version 1.0, SVN revision 789, from 2006/01/25. The main repository is http://svn.red-bean.com/bob/macholib/trunk/macholib/