mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +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 |
||
|---|---|---|
| .. | ||
| python-mappings | ||
| comparecodecs.py | ||
| gencjkcodecs.py | ||
| gencodec.py | ||
| listcodecs.py | ||
| Makefile | ||
| makeunicodedata.py | ||
| mkstringprep.py | ||