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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
Date 2011-12-12.18:31:25
SpamBayes Score 3.4980223e-09
Marked as misclassified No
Message-id <1323714686.93.0.781541085274.issue13589@psf.upfronthosting.co.za>
In-reply-to
Content
1. Fixed _write_float to handle infinity, NaN and negative numbers correctly.
2. Renamed _write_long to _write_ulong because it actually writes unsigned value.
3. Added _read_ushort as counterpart of _write_ushort. This is never used anywhere except test that ushorts are written correctly. But it seems right to me to have both read and write function in the same module.
History
Date User Action Args
2011-12-12 18:31:27Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
2011-12-12 18:31:26Oleg.Plakhotnyuksetmessageid: <1323714686.93.0.781541085274.issue13589@psf.upfronthosting.co.za>
2011-12-12 18:31:26Oleg.Plakhotnyuklinkissue13589 messages
2011-12-12 18:31:26Oleg.Plakhotnyukcreate