File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,11 @@ Fixes:
24
24
* #544 Fix Jedi completion error
25
25
* #536 Fix completion on old-style classes with custom __getattr__
26
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
27
+ * #506 In python -i mod.py sys.modules[__name__] refers to module dict
28
28
* #590 Fix "None" not being displayed
29
- * Exception line ntcompletion are now logged instead of crashing bpython.
29
+ * #546 Paste detection uses events instead of bytes returned in a single
30
+ os.read call
31
+ * Exceptions in autcompletion are now logged instead of crashing bpython.
30
32
* Fix reload in Python 3. Thanks to sharow.
31
33
* Fix keyword agument parameter name completion
32
34
You can’t perform that action at this time.
0 commit comments