ptpython v3.0.16 Release Notes
Release Date: 2021-02-11 // about 2 years ago-
๐ (Commit 7f619e was missing in previous release.)
๐ Fixes:
- ๐ Several fixes to the completion code:
- Give dictionary completions priority over path completions.
- Always call non-fuzzy completer after fuzzy completer to prevent that some completions were missed out if the fuzzy completer doesn't find them.
- ๐ Several fixes to the completion code: