File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,25 @@ Changelog
7
7
New features:
8
8
9
9
* #425: Added curtsies 0.2.x support.
10
- * Attribute completion on items in lists and tuples
11
10
* #528: Hide private attribute from initial autocompletion suggestions.
12
11
Thanks to Jeppe Toustrup.
13
12
* #538: Multi-line banners are allowed.
14
13
* #229: inspect.getsource works on interactively defined functions.
15
14
Thanks to Michael Mulley.
15
+ * Attribute completion on items in lists and tuples
16
16
* Ctrl-e can be used to autocomplete current fish-style suggestion.
17
17
Thanks to Amjith Ramanujam
18
18
19
19
Fixes:
20
20
21
21
* #484: Switch `bpython.embed` to the curtsies frontend.
22
- * Exceptions in autcompletion are now logged instead of crashing bpython.
23
22
* #548 fix transpose character bug. Thanks to Wes E. Vial.
24
23
* #527 -q disables version banner.
25
24
* #544 fix Jedi completion error
26
25
* #536 fix completion on old-style classes with custom __getattr__
27
26
* #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.
28
29
* Fix reload in Python 3. Thanks to sharow.
29
30
* Fix keyword agument parameter name completion
30
31
You can’t perform that action at this time.
0 commit comments