mirror of
https://github.com/python/cpython.git
synced 2025-08-26 11:45:20 +00:00
Whitespace normalization.
This commit is contained in:
parent
003047a5f2
commit
1633a2e345
4 changed files with 5 additions and 5 deletions
|
@ -226,7 +226,7 @@ class IMAP4:
|
|||
while bytes > 0:
|
||||
sent = self.sock.send(data)
|
||||
if sent == bytes:
|
||||
break # avoid copy
|
||||
break # avoid copy
|
||||
data = data[sent:]
|
||||
bytes = bytes - sent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue