mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Markup fixes
This commit is contained in:
parent
b40890db07
commit
026bcced2d
1 changed files with 5 additions and 7 deletions
|
@ -2131,13 +2131,11 @@ changes, or look through the Subversion logs for all the details.
|
||||||
|
|
||||||
(Contributed by Christian Heimes and Mark Dickinson.)
|
(Contributed by Christian Heimes and Mark Dickinson.)
|
||||||
|
|
||||||
* The :mod:`MimeWriter` module has been deprecated; use the email
|
* The :mod:`MimeWriter` module and :mod:`mimify` module
|
||||||
|
have been deprecated; use the :mod:`email`
|
||||||
package instead.
|
package instead.
|
||||||
|
|
||||||
* The :mod:`mimify` module has been deprecated; use the email package
|
* The :mod:`md5` module has been deprecated; use the :mod:`hashlib` module
|
||||||
instead.
|
|
||||||
|
|
||||||
* The :mod:`md5` module has been deprecated; use the hashlib module
|
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
* :class:`mmap` objects now have a :meth:`rfind` method that searches for a
|
* :class:`mmap` objects now have a :meth:`rfind` method that searches for a
|
||||||
|
@ -2235,7 +2233,7 @@ changes, or look through the Subversion logs for all the details.
|
||||||
opcodes, returning a shorter pickle that contains the same data structure.
|
opcodes, returning a shorter pickle that contains the same data structure.
|
||||||
(Contributed by Raymond Hettinger.)
|
(Contributed by Raymond Hettinger.)
|
||||||
|
|
||||||
* The :mod:`popen2` module has been deprecated; use the subprocess
|
* The :mod:`popen2` module has been deprecated; use the :mod:`subprocess`
|
||||||
module.
|
module.
|
||||||
|
|
||||||
* A :func:`get_data` function was added to the :mod:`pkgutil`
|
* A :func:`get_data` function was added to the :mod:`pkgutil`
|
||||||
|
@ -2300,7 +2298,7 @@ changes, or look through the Subversion logs for all the details.
|
||||||
will now ignore exceptions triggered while evaluating a name.
|
will now ignore exceptions triggered while evaluating a name.
|
||||||
(Fixed by Lorenz Quack; :issue:`2250`.)
|
(Fixed by Lorenz Quack; :issue:`2250`.)
|
||||||
|
|
||||||
* The :mod:`sha` module has been deprecated; use the hashlib module
|
* The :mod:`sha` module has been deprecated; use the :mod:`hashlib` module
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
* The :mod:`sched` module's :class:`scheduler` instances now
|
* The :mod:`sched` module's :class:`scheduler` instances now
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue