We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87fc96 commit f9b21caCopy full SHA for f9b21ca
CHANGELOG.rst
@@ -18,13 +18,13 @@ New features:
18
19
Fixes:
20
21
+* #700, #884: Fix writing of b"" on fake stdout
22
* #879: Iterate over all completers until a successful one is found
23
* #882: Handle errors in theme configuration without crashing
-* #884: Fix writing of b"" on fake stdout
24
* #888: Read PYTHONSTARTUP with utf8 as encoding
25
* #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
26
* #902: Do not crash when encountering unreadable files while processing modules for import completion
27
-* #909: Fix sys.stdin.readlin
+* #909: Fix sys.stdin.readline
28
* #917: Fix tab completion for dict keys
29
* #919: Replicate python behavior when running with -i and a non-existing file
30
0 commit comments