mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Briefly (from the NEWS file):
- Updates for the email package:
+ All deprecated APIs that in email 2.x issued warnings have been removed:
_encoder argument to the MIMEText constructor, Message.add_payload(),
Utils.dump_address_pair(), Utils.decode(), Utils.encode()
+ New deprecations: Generator.__call__(), Message.get_type(),
Message.get_main_type(), Message.get_subtype(), the 'strict' argument to
the Parser constructor. These will be removed in email 3.1.
+ Support for Python earlier than 2.3 has been removed (see PEP 291).
+ All defect classes have been renamed to end in 'Defect'.
+ Some FeedParser fixes; also a MultipartInvariantViolationDefect will be
added to messages that claim to be multipart but really aren't.
+ Updates to documentation.
|
||
|---|---|---|
| .. | ||
| audiotest.au | ||
| msg_01.txt | ||
| msg_02.txt | ||
| msg_03.txt | ||
| msg_04.txt | ||
| msg_05.txt | ||
| msg_06.txt | ||
| msg_07.txt | ||
| msg_08.txt | ||
| msg_09.txt | ||
| msg_10.txt | ||
| msg_11.txt | ||
| msg_12.txt | ||
| msg_12a.txt | ||
| msg_13.txt | ||
| msg_14.txt | ||
| msg_15.txt | ||
| msg_16.txt | ||
| msg_17.txt | ||
| msg_18.txt | ||
| msg_19.txt | ||
| msg_20.txt | ||
| msg_21.txt | ||
| msg_22.txt | ||
| msg_23.txt | ||
| msg_24.txt | ||
| msg_25.txt | ||
| msg_26.txt | ||
| msg_27.txt | ||
| msg_28.txt | ||
| msg_29.txt | ||
| msg_30.txt | ||
| msg_31.txt | ||
| msg_32.txt | ||
| msg_33.txt | ||
| msg_34.txt | ||
| msg_35.txt | ||
| msg_36.txt | ||
| msg_37.txt | ||
| msg_38.txt | ||
| msg_39.txt | ||
| msg_40.txt | ||
| msg_41.txt | ||
| PyBanner048.gif | ||