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 aimacintyre
Recipients aimacintyre
Date 2008-09-14.12:39:29
SpamBayes Score 1.4342568e-05
Marked as misclassified No
Message-id <1221395971.68.0.568143419044.issue3868@psf.upfronthosting.co.za>
In-reply-to
Content
The 2 attached patch files are patches required for the OS/2 EMX port to
build and function:
- build_os2emx.patch - updates to the Makefile and config files in
PC/os2emx;
- source_os2emx.patch - updates to various core/library/test files.
=> Include/pystrcmp.h (OS/2 is like Windows, with the same C lib routines)
=> Lib/test/test_io.py (OS/2 is like Windows again)
=> Objects/floatobject.c (should use macro'd symbols not direct)
=> Python/pymath.c (any platform without HAVE_LOG1P should have
DBL_EPSILON in <float.h>)

For review so that the fixes can be rolled into 2.6 final.
History
Date User Action Args
2008-09-14 12:39:31aimacintyresetrecipients: + aimacintyre
2008-09-14 12:39:31aimacintyresetmessageid: <1221395971.68.0.568143419044.issue3868@psf.upfronthosting.co.za>
2008-09-14 12:39:30aimacintyrelinkissue3868 messages
2008-09-14 12:39:30aimacintyrecreate