mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
89294e30ff
Improvements: - Improvements in how try clause works section This suggestion is because the execution continues after *except*, not after *try* but before *except*. I guess this form more clear. - Surrounding some keywords with \*...\* For uniformity the highlighted terms - Adjust the number of chars per line to 80