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 andrei.avk
Recipients Ron Reiter, andrei.avk, christian.heimes, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka
Date 2021-06-20.14:54:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624200843.86.0.59963146047.issue33213@roundup.psfhosted.org>
In-reply-to
Content
Actually it should be:

  if method is not None and method not in methods:
    ...
History
Date User Action Args
2021-06-20 14:54:03andrei.avksetrecipients: + andrei.avk, rhettinger, ronaldoussoren, christian.heimes, ned.deily, serhiy.storchaka, Ron Reiter
2021-06-20 14:54:03andrei.avksetmessageid: <1624200843.86.0.59963146047.issue33213@roundup.psfhosted.org>
2021-06-20 14:54:03andrei.avklinkissue33213 messages
2021-06-20 14:54:03andrei.avkcreate