[New-bugs-announce] [issue13589] Aifc float serialization fix

Oleg Plakhotnyuk report at bugs.python.org
Mon Dec 12 19:31:26 CET 2011


New submission from Oleg Plakhotnyuk <olegus8 at gmail.com>:

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.

----------
components: Library (Lib)
files: aifc_numbers_fix.patch
keywords: patch
messages: 149343
nosy: Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
priority: normal
severity: normal
status: open
title: Aifc float serialization fix
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file23932/aifc_numbers_fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13589>
_______________________________________


More information about the New-bugs-announce mailing list