Lines Matching refs:renamed
103 * All modules have been renamed according to :pep:`8` standards. For example,
104 the version 3 module :mod:`email.Message` was renamed to :mod:`email.message` in
108 :mod:`email.MIME\*` modules were renamed and situated into the :mod:`email.mime`
109 subpackage. For example, the version 3 module :mod:`email.MIMEText` was renamed
240 * :func:`messageFromString` has been renamed to :func:`message_from_string`.
242 * :func:`messageFromFile` has been renamed to :func:`message_from_file`.
246 * The method :meth:`asString` was renamed to
249 * The method :meth:`ismultipart` was renamed to
255 * The method :meth:`getall` was renamed to
258 * The method :meth:`addheader` was renamed to
261 * The method :meth:`gettype` was renamed to :meth:`get_type`.
263 * The method :meth:`getmaintype` was renamed to :meth:`get_main_type`.
265 * The method :meth:`getsubtype` was renamed to :meth:`get_subtype`.
267 * The method :meth:`getparams` was renamed to
273 * The method :meth:`getparam` was renamed to
276 * The method :meth:`getcharsets` was renamed to
279 * The method :meth:`getfilename` was renamed to
282 * The method :meth:`getboundary` was renamed to
285 * The method :meth:`setboundary` was renamed to
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