Changes between Initial Version and Version 2 of Ticket #29774
- Timestamp:
- 06/01/20 09:07:57 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29774
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Antonio Rojas
-
Property
Component
changed from
PLEASE CHANGE
touser interface
-
Property
Branch
changed from
to
u/arojas/ignore_jedi_deprecation_warnings
-
Property
Commit
changed from
to
791bb94dc489931990c2875cdb413788c3009143
-
Property
Type
changed from
PLEASE CHANGE
toenhancement
-
Property
Status
changed from
-
Ticket #29774 – Description
initial v2 1 ipython 7 throws lots of deprecation warnings on tab completion when using jedi>=0.16. A warning is emmitted for every item in the autocompletion list, so this can even make Sage crash if the list is long. Hide these warnings by default.