File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ New features:
1919Fixes:
2020
2121* #484: Switch `bpython.embed` to the curtsies frontend.
22- * #548 fix transpose character bug. Thanks to Wes E. Vial.
22+ * #548 Fix transpose character bug. Thanks to Wes E. Vial.
2323* #527 -q disables version banner.
24- * #544 fix Jedi completion error
25- * #536 fix completion on old-style classes with custom __getattr__
26- * #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
24+ * #544 Fix Jedi completion error
25+ * #536 Fix completion on old-style classes with custom __getattr__
26+ * #480 Fix old-style class autocompletion. Thanks to Joe Jevnik.
2727* #506 in python -i mod.py sys.modules[__name__] refers to module dict
28- * Exceptions in autcompletion are now logged instead of crashing bpython.
28+ * #590 Fix "None" not being displayed
29+ * Exception line ntcompletion are now logged instead of crashing bpython.
2930* Fix reload in Python 3. Thanks to sharow.
3031* Fix keyword agument parameter name completion
3132
You can’t perform that action at this time.
0 commit comments