X Tutup

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 corona10
Recipients Kreusada, brett.cannon, corona10, hrik2001, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2021-10-21.14:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634827187.49.0.979285153716.issue44019@roundup.psfhosted.org>
In-reply-to
Content
> test___all__ was not supposed to fail with the missing "call" in operator.__all__?

AFAIK, it doesn't check.

I add the test for the operator module.
History
Date User Action Args
2021-10-21 14:39:47corona10setrecipients: + corona10, brett.cannon, rhettinger, terry.reedy, mark.dickinson, vstinner, hrik2001, Kreusada
2021-10-21 14:39:47corona10setmessageid: <1634827187.49.0.979285153716.issue44019@roundup.psfhosted.org>
2021-10-21 14:39:47corona10linkissue44019 messages
2021-10-21 14:39:47corona10create
X Tutup