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 mark.dickinson
Recipients Ananthakrishnan, BernardoSulzbach, Dennis Sweeney, SilentGhost, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2020-02-23.11:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582456902.47.0.0473275502741.issue39648@roundup.psfhosted.org>
In-reply-to
Content
New changeset 559e7f165ad03731e6bc2211c0e6d8d9c02fb549 by Serhiy Storchaka in branch 'master':
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604)
https://github.com/python/cpython/commit/559e7f165ad03731e6bc2211c0e6d8d9c02fb549
History
Date User Action Args
2020-02-23 11:21:42mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, SilentGhost, serhiy.storchaka, Dennis Sweeney, Ananthakrishnan, BernardoSulzbach
2020-02-23 11:21:42mark.dickinsonsetmessageid: <1582456902.47.0.0473275502741.issue39648@roundup.psfhosted.org>
2020-02-23 11:21:42mark.dickinsonlinkissue39648 messages
2020-02-23 11:21:42mark.dickinsoncreate