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 rhettinger
Recipients Yoshanuikabundi, docs@python, gvanrossum, rhettinger
Date 2022-02-21.21:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645480034.6.0.856088614439.issue46814@roundup.psfhosted.org>
In-reply-to
Content
An analogy may help.  Release managers must check the list of release blockers and stop if the list is non-empty.  If no release blockers were ever filed, the release blockers list is empty, but it still exists and its definition hasn't changed.

The test is_blocked(blockers) tells us whether the list is non-empty.  It doesn't redefine what it means to be a blockers list.
History
Date User Action Args
2022-02-21 21:47:14rhettingersetrecipients: + rhettinger, gvanrossum, docs@python, Yoshanuikabundi
2022-02-21 21:47:14rhettingersetmessageid: <1645480034.6.0.856088614439.issue46814@roundup.psfhosted.org>
2022-02-21 21:47:14rhettingerlinkissue46814 messages
2022-02-21 21:47:14rhettingercreate