Skip to content

bpython 0.21 release

Compare
Choose a tag to compare
@sebastinas sebastinas released this 25 Jan 10:12

General information:

  • Support for Python 2 has been dropped.

New features:

  • #643: Provide bpython._version if built from Github tarballs
  • #849: Make import completion skip list configurable
  • #876: Check spelling with codespell
    Thanks to Christian Clauss

Fixes:

  • #847: Fix import completion of modules
  • #857: Replace remaining use of deprecated imp with importlib
  • #862: Upgrade curtsies version requirements
    Thanks to Kelsey Blair
  • #863: State correct default config file directory
    Thanks to niloct
  • #866: Add more directories to the default import completion skip list
  • #873: Handle 'd' when mapping colors
  • #874: Avoid breakage with six's importer

Changes to dependencies:

  • curtsies >= 0.3.5 is now required
  • pyxdg is now required
  • wcwidth has been replaced with cwcwidth