File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ to be using :class:`BytesGenerator`, and not :class:`Generator`.
185
185
Convert any bytes with the high bit set as needed using an
186
186
ASCII-compatible :mailheader: `Content-Transfer-Encoding `. That is,
187
187
transform parts with non-ASCII :mailheader: `Cotnent-Transfer-Encoding `
188
- (:mailheader: `Content-Transfer-Encoding: 8bit `) to an ASCII compatibile
188
+ (:mailheader: `Content-Transfer-Encoding: 8bit `) to an ASCII compatible
189
189
:mailheader: `Content-Transfer-Encoding `, and encode RFC-invalid non-ASCII
190
190
bytes in headers using the MIME ``unknown-8bit `` character set, thus
191
191
rendering them RFC-compliant.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ bpo-31860: The font sample in the settings dialog is now editable.
44
44
Edits persist while IDLE remains open.
45
45
Patch by Serhiy Storchake and Terry Jan Reedy.
46
46
47
- bpo-31858: Restrict shell prompt manipulaton to the shell.
47
+ bpo-31858: Restrict shell prompt manipulation to the shell.
48
48
Editor and output windows only see an empty last prompt line. This
49
49
simplifies the code and fixes a minor bug when newline is inserted.
50
50
Sys.ps1, if present, is read on Shell start-up, but is not set or changed.
Original file line number Diff line number Diff line change @@ -5586,7 +5586,7 @@ def test_sendmsg_afalg_args(self):
5586
5586
@unittest .skipUnless (sys .platform .startswith ("win" ), "requires Windows" )
5587
5587
class TestMSWindowsTCPFlags (unittest .TestCase ):
5588
5588
knownTCPFlags = {
5589
- # avaliable since long time ago
5589
+ # available since long time ago
5590
5590
'TCP_MAXSEG' ,
5591
5591
'TCP_NODELAY' ,
5592
5592
# available starting with Windows 10 1607
You can’t perform that action at this time.
0 commit comments