mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +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:
|
while bytes > 0:
|
||||||
sent = self.sock.send(data)
|
sent = self.sock.send(data)
|
||||||
if sent == bytes:
|
if sent == bytes:
|
||||||
break # avoid copy
|
break # avoid copy
|
||||||
data = data[sent:]
|
data = data[sent:]
|
||||||
bytes = bytes - sent
|
bytes = bytes - sent
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue