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:
2424* #544 Fix Jedi completion error
2525* #536 Fix completion on old-style classes with custom __getattr__
2626* #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
2828* #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.
3032* Fix reload in Python 3. Thanks to sharow.
3133* Fix keyword agument parameter name completion
3234
You can’t perform that action at this time.
0 commit comments