File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ New features:
19
19
Fixes:
20
20
21
21
* #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.
23
23
* #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.
27
27
* #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.
29
30
* Fix reload in Python 3. Thanks to sharow.
30
31
* Fix keyword agument parameter name completion
31
32
You can’t perform that action at this time.
0 commit comments