Message 396175 - Python tracker

Message396175

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