File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,25 @@ Changelog
77New features:
88
99* #425: Added curtsies 0.2.x support.
10- * Attribute completion on items in lists and tuples
1110* #528: Hide private attribute from initial autocompletion suggestions.
1211 Thanks to Jeppe Toustrup.
1312* #538: Multi-line banners are allowed.
1413* #229: inspect.getsource works on interactively defined functions.
1514 Thanks to Michael Mulley.
15+ * Attribute completion on items in lists and tuples
1616* Ctrl-e can be used to autocomplete current fish-style suggestion.
1717 Thanks to Amjith Ramanujam
1818
1919Fixes:
2020
2121* #484: Switch `bpython.embed` to the curtsies frontend.
22- * Exceptions in autcompletion are now logged instead of crashing bpython.
2322* #548 fix transpose character bug. Thanks to Wes E. Vial.
2423* #527 -q disables version banner.
2524* #544 fix Jedi completion error
2625* #536 fix completion on old-style classes with custom __getattr__
2726* #480 fix old-style class autocompletion. Thanks to Joe Jevnik.
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.
2829* Fix reload in Python 3. Thanks to sharow.
2930* Fix keyword agument parameter name completion
3031
You can’t perform that action at this time.
0 commit comments