Changeset 391 for python/trunk/Lib/email/base64mime.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/base64mime.py
r2 r391 134 134 135 135 Each line of encoded text will end with eol, which defaults to "\\n". Set 136 this to "\ r\n" if you will be using the result of this function directly136 this to "\\r\\n" if you will be using the result of this function directly 137 137 in an email. 138 138 """
Note:
See TracChangeset
for help on using the changeset viewer.