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 facundobatista, mark.dickinson, ncoghlan
Date 2008-09-23.15:20:56
SpamBayes Score 9.0777386e-13
Marked as misclassified No
Message-id <1222183258.86.0.508225786392.issue2486@psf.upfronthosting.co.za>
In-reply-to
Content
> So I would suggest either a new directory in the sandbox, or re-using
> Facundo's original directory (which includes the telco benchmark)

Makes sense---thanks for the suggestion!

But since it seems I don't have any open ssh ports it looks like I'll 
just have to post a tarball for now.  The module is written to work with 
Python 3.x, on the basis that it's probably easier to backport to 2.x 
later than to try to maintain two separate versions.

On Unix, untar, edit the top line of the Makefile to point to a Python 
3.0 executable, and do

./configure && make

"make test" runs the decimal test-suite.
History
Date User Action Args
2008-09-23 15:20:59mark.dickinsonsetrecipients: + mark.dickinson, facundobatista, ncoghlan
2008-09-23 15:20:58mark.dickinsonsetmessageid: <1222183258.86.0.508225786392.issue2486@psf.upfronthosting.co.za>
2008-09-23 15:20:58mark.dickinsonlinkissue2486 messages
2008-09-23 15:20:57mark.dickinsoncreate