[New-bugs-announce] [issue46661] Duplicat deprecation warnings in docs for asyncio

Guido van Rossum report at bugs.python.org
Sun Feb 6 13:43:45 EST 2022


New submission from Guido van Rossum <guido at python.org>:

I found that several asyncio function descriptions, e.g. gather, have a duplicate deprecation notice like this:

   .. deprecated-removed:: 3.8 3.10
      The ``loop`` parameter.  This function has been implicitly getting the
      current running loop since 3.7.  See
      :ref:`What's New in 3.10's Removed section <whatsnew310-removed>`
      for more information.

For gather, that notice appears both before and after the example. For a few others, too.

----------
assignee: docs at python
components: Documentation, asyncio
messages: 412653
nosy: asvetlov, docs at python, gvanrossum, yselivanov
priority: normal
severity: normal
status: open
title: Duplicat deprecation warnings in docs for asyncio
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46661>
_______________________________________


More information about the New-bugs-announce mailing list