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 vstinner
Recipients Dennis Sweeney, christian.heimes, jfine2358, mark.dickinson, phr, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, trrhodes, vstinner
Date 2020-05-15.00:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589502624.13.0.107911374816.issue40028@roundup.psfhosted.org>
In-reply-to
Content
I suggest to implement this idea on PyPI first and only later propose it for inclusion in the stdlib (as a new module, or into an existing module). Bikeshedding on names, debate on the appropriate trade-off between correctness and speed, how many functions?, which functions?, etc. can be discussed outside Python bug tracker first. So far, the proposition is quite vague: "Math module method to find prime factors for non-negative int n". Comments on this issue gives an idea of the questions which should be answered first. See also bpo-37132 which proposes another bunch of functions.

Because such module is easy to write and prototype, bikeshedding on details are more likely :-)

An actual implementation may help to drive the discussion, and a dedicated project may help to organize discussions (ex: dedicated bug tracker to discuss each function independently).
History
Date User Action Args
2020-05-15 00:30:24vstinnersetrecipients: + vstinner, tim.peters, rhettinger, phr, mark.dickinson, christian.heimes, steven.daprano, serhiy.storchaka, remi.lapeyre, jfine2358, Dennis Sweeney, trrhodes
2020-05-15 00:30:24vstinnersetmessageid: <1589502624.13.0.107911374816.issue40028@roundup.psfhosted.org>
2020-05-15 00:30:24vstinnerlinkissue40028 messages
2020-05-15 00:30:23vstinnercreate