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 eric.smith, mark.dickinson, rhettinger
Date 2009-10-24.16:02:50
SpamBayes Score 0.0020084209
Marked as misclassified No
Message-id <1256400172.16.0.893352286348.issue7117@psf.upfronthosting.co.za>
In-reply-to
Content
r75672:  temporarily disable the short float repr while we're putting
         the pieces in place.

When testing, the disablement can be disabled (hah) by defining the 
PY_SHORT_FLOAT_REPR preprocessor symbol, e.g. (on Unix) with

CC='gcc -DPY_SHORT_FLOAT_REPR' ./configure && make
History
Date User Action Args
2009-10-24 16:02:52mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith
2009-10-24 16:02:52mark.dickinsonsetmessageid: <1256400172.16.0.893352286348.issue7117@psf.upfronthosting.co.za>
2009-10-24 16:02:51mark.dickinsonlinkissue7117 messages
2009-10-24 16:02:50mark.dickinsoncreate