mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
- add incompatibility inspections, quickfix, tests - improve quickfix for adding parentheses - add AST tests for PY-84077 GitOrigin-RevId: 2d09a06d4d0b5ae106f556808900573c50f41800
5 lines
92 B
Python
5 lines
92 B
Python
try:
|
|
f = open('myfile.txt')
|
|
except IOError, OtherError: # same code as pre 314
|
|
pass
|