• Home
  • Raw
  • Download

Lines Matching full:been

103 * All modules have been renamed according to :pep:`8` standards.  For example,
117 * Methods that were deprecated in version 3 have been removed. These include
121 * Fixes have been added for :rfc:`2231` support which can change some of the
140 have been removed. These include the *_encoder* argument to the
145 * New :exc:`DeprecationWarning`\ s have been added to:
151 * Support for Pythons earlier than 2.3 has been removed.
155 * The :mod:`email.Header` and :mod:`email.Charset` modules have been added.
164 * Several methods in the :class:`~email.message.Message` class have been
165 deprecated, or their signatures changed. Also, many new methods have been
206 :class:`~email.mime.multipart.MIMEMultipart` have been added, and interposed
210 has been deprecated. Encoding now happens implicitly based on the
213 * The following functions in the :mod:`email.Utils` module have been deprecated:
215 functions have been added to the module: :func:`make_msgid`,
225 `mimelib <http://mimelib.sourceforge.net/>`_. Changes have been made so that method names
226 are more consistent, and some methods or modules have either been added or
237 package name has been changed to :mod:`email`. In addition, the top-level
240 * :func:`messageFromString` has been renamed to :func:`message_from_string`.
242 * :func:`messageFromFile` has been renamed to :func:`message_from_file`.
314 The following modules and classes have been changed:
319 * The ``Image`` class/module has been renamed to ``MIMEImage``. The *_minor*
320 argument has been renamed to *_subtype*.
322 * The ``Text`` class/module has been renamed to ``MIMEText``. The *_minor*
323 argument has been renamed to *_subtype*.
325 * The ``MessageRFC822`` class/module has been renamed to ``MIMEMessage``. Note
337 :mod:`date` modules. All of these functions have been moved to the
340 The ``MsgReader`` class/module has been removed. Its functionality is most