This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients asvetlov, docs@python, gvanrossum, yselivanov
Date 2022-02-06.18:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644173025.54.0.0182116442771.issue46661@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-06 18:43:45gvanrossumsetrecipients: + gvanrossum, asvetlov, docs@python, yselivanov
2022-02-06 18:43:45gvanrossumsetmessageid: <1644173025.54.0.0182116442771.issue46661@roundup.psfhosted.org>
2022-02-06 18:43:45gvanrossumlinkissue46661 messages
2022-02-06 18:43:45gvanrossumcreate