diff options
author | Thomas Wouters <thomas@python.org> | 2023-02-07 22:13:53 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-02-07 22:13:53 (GMT) |
commit | 0d3d5007b136ff1bc0faa960d6526e047dd92396 (patch) | |
tree | 6f8bdeea32063127e8c63728244798dac1d3f06f /Doc | |
parent | 46f461be56ab90891d2d43240d80a0e19d100ba9 (diff) | |
parent | acc2f3b19d28d4bf3f8fb32357f581cba5ba24c7 (diff) | |
download | cpython-0d3d5007b136ff1bc0faa960d6526e047dd92396.zip cpython-0d3d5007b136ff1bc0faa960d6526e047dd92396.tar.gz cpython-0d3d5007b136ff1bc0faa960d6526e047dd92396.tar.bz2 |
Merge branch 'main' of https://github.com/python/cpython into main
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-task.rst | 2 | ||||
-rw-r--r-- | Doc/requirements.txt | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 3911258..9b98424 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -1097,7 +1097,7 @@ Task Object The *limit* argument is passed to :meth:`get_stack` directly. The *file* argument is an I/O stream to which the output - is written; by default output is written to :data:`sys.stderr`. + is written; by default output is written to :data:`sys.stdout`. .. method:: get_coro() diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 134f39d..71d3cd6 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -8,7 +8,7 @@ sphinx==4.5.0 blurb sphinx-lint==0.6.7 -sphinxext-opengraph>=0.7.1 +sphinxext-opengraph==0.7.5 # The theme used by the documentation is stored separately, so we need # to install that as well. diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 0c5a70b..b723b70 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -479,7 +479,7 @@ APIs: * :class:`webbrowser.MacOSX` (:gh:`86421`) Pending Removal in Python 3.14 -============================== +------------------------------ * Deprecated the following :mod:`importlib.abc` classes, scheduled for removal in Python 3.14: |