Skip to content

Commit f9b21ca

Browse files
committed
Also mention bpython#700
1 parent f87fc96 commit f9b21ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ New features:
1818

1919
Fixes:
2020

21+
* #700, #884: Fix writing of b"" on fake stdout
2122
* #879: Iterate over all completers until a successful one is found
2223
* #882: Handle errors in theme configuration without crashing
23-
* #884: Fix writing of b"" on fake stdout
2424
* #888: Read PYTHONSTARTUP with utf8 as encoding
2525
* #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
2626
* #902: Do not crash when encountering unreadable files while processing modules for import completion
27-
* #909: Fix sys.stdin.readlin
27+
* #909: Fix sys.stdin.readline
2828
* #917: Fix tab completion for dict keys
2929
* #919: Replicate python behavior when running with -i and a non-existing file
3030

0 commit comments

Comments
 (0)