Changeset 391 for python/trunk/Doc/library/uu.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/uu.rst
r2 r391 1 2 1 :mod:`uu` --- Encode and decode uuencode files 3 2 ============================================== … … 7 6 .. moduleauthor:: Lance Ellinghouse 8 7 8 **Source code:** :source:`Lib/uu.py` 9 10 -------------- 9 11 10 12 This module encodes and decodes files in uuencode format, allowing arbitrary … … 58 60 Module :mod:`binascii` 59 61 Support module containing ASCII-to-binary and binary-to-ASCII conversions. 60
Note:
See TracChangeset
for help on using the changeset viewer.