[issue13589] Aifc low level serialization primitives fix

2012-01-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've finally committed the patch, thank you! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7 ___ Python tracker ___

[issue13589] Aifc low level serialization primitives fix

2012-01-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f715c4a5a107 by Antoine Pitrou in branch '3.2': Issue #13589: Fix some serialization primitives in the aifc module. http://hg.python.org/cpython/rev/f715c4a5a107 New changeset b039965b0066 by Antoine Pitrou in branch 'default': Issue #13589: Fix so

[issue13589] Aifc low level serialization primitives fix

2012-01-17 Thread Oleg Plakhotnyuk
Oleg Plakhotnyuk added the comment: I have absolutely no idea :-) I just covered every line of code with tests. Some bugs prevented me from do it, so I fixed them. -- ___ Python tracker __

[issue13589] Aifc low level serialization primitives fix

2012-01-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: For the record, can you explain why infinity and NaN can end up in AIFC files? That said, the patch looks ok to me. -- nosy: +pitrou ___ Python tracker ___

[issue13589] Aifc low level serialization primitives fix

2011-12-12 Thread Oleg Plakhotnyuk
Changes by Oleg Plakhotnyuk : -- title: Aifc float serialization fix -> Aifc low level serialization primitives fix ___ Python tracker ___ __