bpython v0.13.1 Release Notes

  • ๐Ÿ›  A bugfix release. The fixed bugs are:

    • #287: Turned off dictionary completion in bpython-curtsies
    • ๐Ÿ›  #281: Fixed a crash on error-raising properties
    • ๐Ÿ›  #286: Fixed input in Python 3
    • #293: Added encoding attribute to stdin bpython curtsies
    • โš  #296: Fixed warnings in import completion for Python 3
    • #290: Stop using root logger
    • #301: Specify curtsies version in requirements

    There's also a necessary regression: #232 (adding fileno() on stdin) is reintroduced because its previous fix was found to be the cause of #286