mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Whitespace normalization.
This commit is contained in:
parent
8531b1b28d
commit
c411dbaeee
14 changed files with 48 additions and 50 deletions
|
@ -1058,7 +1058,7 @@ class IMAP4_SSL(IMAP4):
|
|||
# sslobj.read() sometimes returns < size bytes
|
||||
data = self.sslobj.read(size)
|
||||
while len(data) < size:
|
||||
data += self.sslobj.read(size-len(data))
|
||||
data += self.sslobj.read(size-len(data))
|
||||
|
||||
return data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue