Changeset 391 for python/trunk/Doc/library/mimewriter.rst
- 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/Doc/library/mimewriter.rst
r2 r391 25 25 Return a new instance of the :class:`MimeWriter` class. The only argument 26 26 passed, *fp*, is a file object to be used for writing. Note that a 27 :class:` StringIO` object could also be used.27 :class:`~StringIO.StringIO` object could also be used. 28 28 29 29
Note:
See TracChangeset
for help on using the changeset viewer.