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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, Zahari.Dim, belopolsky, christian.heimes, eric.smith, gaborjbernat, gdr@garethrees.org, lukasz.langa, maresb, martin.panter, orsenthil, pablogsal, remi.lapeyre, rhettinger, terry.reedy, tim.peters, tshepang, vstinner, wim.glenn
Date 2020-05-31.21:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590959375.07.0.224107802089.issue17005@roundup.psfhosted.org>
In-reply-to
Content
The downside I see with any graph prefixed names is the fact that it implies a larger collection of graph operations.

Add that to the fact that people might be more tempted to propose many  graph related algorithms/utilities to a module with the same name.

A more localized name solves that.
History
Date User Action Args
2020-05-31 21:09:35Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, tim.peters, rhettinger, terry.reedy, belopolsky, orsenthil, vstinner, eric.smith, christian.heimes, lukasz.langa, tshepang, gdr@garethrees.org, martin.panter, wim.glenn, Zahari.Dim, pablogsal, remi.lapeyre, gaborjbernat, maresb
2020-05-31 21:09:35Jim Fasarakis-Hilliardsetmessageid: <1590959375.07.0.224107802089.issue17005@roundup.psfhosted.org>
2020-05-31 21:09:35Jim Fasarakis-Hilliardlinkissue17005 messages
2020-05-31 21:09:34Jim Fasarakis-Hilliardcreate