mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization (get rid of tabs).
This commit is contained in:
parent
af7a302c78
commit
bffa52f07f
6 changed files with 98 additions and 100 deletions
|
|
@ -4,12 +4,12 @@ import cStringIO
|
|||
|
||||
msg = """Mime-Version: 1.0
|
||||
Content-Type: multipart/mixed;
|
||||
boundary="=====================_590453667==_"
|
||||
boundary="=====================_590453667==_"
|
||||
X-OriginalArrivalTime: 05 Feb 2002 03:43:23.0310 (UTC) FILETIME=[42D88CE0:01C1ADF7]
|
||||
|
||||
--=====================_590453667==_
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="=====================_590453677==_.ALT"
|
||||
boundary="=====================_590453677==_.ALT"
|
||||
|
||||
--=====================_590453677==_.ALT
|
||||
Content-Type: text/plain; charset="us-ascii"; format=flowed
|
||||
|
|
@ -49,8 +49,8 @@ def getMIMEMsg(mf):
|
|||
boundaries += 1
|
||||
|
||||
mf.push(boundary)
|
||||
while mf.next():
|
||||
getMIMEMsg(mf)
|
||||
while mf.next():
|
||||
getMIMEMsg(mf)
|
||||
mf.pop()
|
||||
else:
|
||||
lines = mf.readlines()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue