~ubuntu-branches/ubuntu/precise/python3.2/precise-proposed

« back to all changes in this revision

Viewing changes to Doc/library/smtplib.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 18:40:39 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120309184039-j3yk2emxr1plyo21
Tags: 3.2.3~rc1-1
* Python 3.2.3 release candidate 1.
* Update to 20120309 from the 3.2 branch.
* Fix libpython.a symlink. Closes: #660146.
* Build-depend on xauth.
* Run the gdb tests for the debug build only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
      envelope used by the transport agents.  ``sendmail`` does not modify the
282
282
      message headers in any way.
283
283
 
284
 
   msg may be a string containing characters in the ASCII range, or a byte
 
284
   *msg* may be a string containing characters in the ASCII range, or a byte
285
285
   string.  A string is encoded to bytes using the ascii codec, and lone ``\r``
286
 
   and ``\n`` characters are converted to ``\r\n`` characters.  A byte string
287
 
   is not modified.
 
286
   and ``\n`` characters are converted to ``\r\n`` characters.  A byte string is
 
287
   not modified.
288
288
 
289
289
   If there has been no previous ``EHLO`` or ``HELO`` command this session, this
290
290
   method tries ESMTP ``EHLO`` first. If the server does ESMTP, message size and