[New-bugs-announce] [issue13680] Aifc comptype write fix
Oleg Plakhotnyuk
report at bugs.python.org
Fri Dec 30 10:23:35 CET 2011
New submission from Oleg Plakhotnyuk <olegus8 at gmail.com>:
Two changes have been made to the library:
1. Lowercase compression type support have been added to the sample width validation routine during write operation. Everywhere else compression types are used in both lowercase and uppercase.
2. Redundant invalid compression type check has been removed. It cannot be executed using public module interface, therefore I think it is not necessary.
----------
components: Library (Lib), Tests
files: aifc_comptypes.patch
keywords: patch
messages: 150365
nosy: Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
priority: normal
severity: normal
status: open
title: Aifc comptype write fix
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24110/aifc_comptypes.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13680>
_______________________________________
More information about the New-bugs-announce
mailing list