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 mark.dickinson
Date 2009-05-11.17:33:34
SpamBayes Score 0.00017633503
Marked as misclassified No
Message-id <1242063216.86.0.726070219167.issue5981@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r72564 (trunk), r72565 (py3k).  The trailing whitespace bugfix 
was backported in r72566 (2.6) and r72567 (3.0), but those versions still 
use locale-aware isspace and islower.

As a semi-accidental by-product, the fix also changes the behaviour of 
float.fromhex('-nan'): previously, float.fromhex('-nan') and 
float.fromhex('nan') had the same sign;  now they have opposite signs. Sane code that's affected by the sign bit of a nan should be extremely 
rare, so I don't think this change is going to bother anyone.
History
Date User Action Args
2009-05-11 17:33:36mark.dickinsonsetrecipients: + mark.dickinson
2009-05-11 17:33:36mark.dickinsonsetmessageid: <1242063216.86.0.726070219167.issue5981@psf.upfronthosting.co.za>
2009-05-11 17:33:35mark.dickinsonlinkissue5981 messages
2009-05-11 17:33:34mark.dickinsoncreate