ptpython v3.0.16 Release Notes

Release Date: 2021-02-11 // about 3 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.