Issue 27427: Add new math module tests (original) (raw)

Issue27427

Created on 2016-06-30 22:31 by franciscouzo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_math.patch franciscouzo,2016-06-30 22:31 review
Messages (5)
msg269632 - (view) Author: Francisco Couzo (franciscouzo) * Date: 2016-06-30 22:31
I added some tests for the math module.
msg270097 - (view) Author: Jeff Allen (jeff.allen) * Date: 2016-07-10 16:18
It would be nice to see this considered alongside #26040.
msg274355 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-04 11:29
New changeset eb98f6044638 by Mark Dickinson in branch 'default': Issue #27427: Additional tests for the math module. Thanks Francisco Couzo. https://hg.python.org/cpython/rev/eb98f6044638
msg274356 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2016-09-04 11:30
Applied. Thank you, Francisco!
msg274357 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-04 11:32
New changeset d7c31c73b1bd by Mark Dickinson in branch 'default': Add Francisco Couzo to Misc/ACKS (for issue #27427 patch). https://hg.python.org/cpython/rev/d7c31c73b1bd
History
Date User Action Args
2022-04-11 14:58:33 admin set github: 71614
2016-09-04 11:32:01 python-dev set messages: +
2016-09-04 11:30:29 mark.dickinson set status: open -> closedtype: enhancementmessages: + components: + Extension Modules, - Testsresolution: fixedstage: resolved
2016-09-04 11:29:30 python-dev set nosy: + python-devmessages: +
2016-08-29 18:53:52 mark.dickinson set assignee: mark.dickinson
2016-07-10 16🔞25 jeff.allen set nosy: + jeff.allenmessages: +
2016-07-01 21:39:28 terry.reedy set nosy: + rhettinger, mark.dickinson, stutzbachtitle: Math tests -> Add new math module tests
2016-06-30 22:31:27 franciscouzo create