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 christian.heimes
Recipients christian.heimes, mark.dickinson
Date 2008-03-25.11:10:40
SpamBayes Score 0.0048984173
Marked as misclassified No
Message-id <1206443458.03.0.498073017926.issue2224@psf.upfronthosting.co.za>
In-reply-to
Content
Merge Mark's and my math branch into 2.6. IMHO it's ready and stable but
I like to get the opinion of yet another core developer first.

Merge recipe
------------

Since svnmerge.py causes too many conflicts I've created a patch.
However the patch doesn't include copied files from the trunk-math
branch. In order to apply the patch one has to copy some files from the
trunk-math branch into the trunk.

COPY: Python/pymath.c Include/pymath.h Lib/test/cmath_testcases.txt
Lib/test/ieee754.txt
DELETE: Python/hypot.c Objects/doubledigits.c
History
Date User Action Args
2008-03-25 11:10:58christian.heimessetspambayes_score: 0.00489842 -> 0.0048984173
recipients: + christian.heimes, mark.dickinson
2008-03-25 11:10:58christian.heimessetspambayes_score: 0.00489842 -> 0.00489842
messageid: <1206443458.03.0.498073017926.issue2224@psf.upfronthosting.co.za>
2008-03-25 11:10:56christian.heimeslinkissue2224 messages
2008-03-25 11:10:56christian.heimescreate