mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-18 14:29:40 +08:00
exceptions are now accepted in the form of 'except Exception, e'
This commit is contained in:
@@ -75,7 +75,6 @@ older Python 2 features have been left out:
|
|||||||
|
|
||||||
- Classes: Always Python 3 like, therefore all classes inherit from ``object``.
|
- Classes: Always Python 3 like, therefore all classes inherit from ``object``.
|
||||||
- Generators: No ``next()`` method. The ``__next__()`` method is used instead.
|
- Generators: No ``next()`` method. The ``__next__()`` method is used instead.
|
||||||
- Exceptions are only looked at in the form of ``Exception as e``, no comma!
|
|
||||||
|
|
||||||
**Slow Performance**
|
**Slow Performance**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user