Changeset 391 for python/trunk/Lib/email/mime/application.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/email/mime/application.py
r2 r391 18 18 """Create an application/* type MIME document. 19 19 20 _data is a string containing the raw applicat oin data.20 _data is a string containing the raw application data. 21 21 22 22 _subtype is the MIME content type subtype, defaulting to
Note:
See TracChangeset
for help on using the changeset viewer.