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 tim.peters
Recipients Dennis Sweeney, dam1784, eric.smith, python-dev, rhettinger, tim.peters
Date 2022-01-21.17:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642786579.62.0.942166881502.issue46071@roundup.psfhosted.org>
In-reply-to
Content
Now you may be getting somewhere ;-) Complaining about the docs wasn't getting traction because they're using standard terminology with the standard meanings, and tell the plain truth about what the class requires and delivers.

You wish it required something else instead. Fine: be direct about that! Suggest a feature enhancement rather than contorting the docs to pretend the class "really" requires what you _wish_ it required and is computing "the reverse" of what it claims to be computing. That won't be accepted  because it's not true.

How about, e.g., suggesting instead a new optional constructor argument, like `successor_graph=False`, which can be passed as `True` to say that the `graph` argument is a successor dict rather than the default predecessor dict?

I wouldn't oppose that, and it would be easy to implement (indeed, way back when here I already posted code to do it).
History
Date User Action Args
2022-01-21 17:36:19tim.peterssetrecipients: + tim.peters, rhettinger, eric.smith, python-dev, Dennis Sweeney, dam1784
2022-01-21 17:36:19tim.peterssetmessageid: <1642786579.62.0.942166881502.issue46071@roundup.psfhosted.org>
2022-01-21 17:36:19tim.peterslinkissue46071 messages
2022-01-21 17:36:19tim.peterscreate