This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author slinkp
Recipients
Date 2007-07-16.14:44:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ok then, how about this (last sentence of middle paragraph slightly modified):

"""There are two interfaces provided by this module. The modern interface
supports encoding and decoding string objects using all three alphabets.
The modern interface, per RFC 3548, does NOT break the output into multiple
lines.

The legacy interface provides for encoding and decoding to and from
file-like objects as well as strings, but only using the Base64 standard
alphabet, and adds newlines every 76 characters as per RFC 2045 (MIME).
Thus, the legacy interface does not implement the newer RFC 3548.

If you are encoding data for email attachments and wondering which to use,
you can use the legacy functions but you should probably be using the email
package instead.
"""
History
Date User Action Args
2007-08-23 14:58:34adminlinkissue1753718 messages
2007-08-23 14:58:34admincreate