[New-bugs-announce] [issue13594] Aifc markers write fix

Oleg Plakhotnyuk report at bugs.python.org
Tue Dec 13 20:08:06 CET 2011


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

1. Markers serialization test coverage improved.
2. Marker name changed from string to bytes, because _write_string function uses bytes.
3. Check for closed file handle moved to 'close' method, because otherwise  I caught 'attempt to write to closed file' error.

----------
components: Library (Lib)
files: aifc_markers.patch
keywords: patch
messages: 149402
nosy: Oleg.Plakhotnyuk, ezio.melotti, r.david.murray
priority: normal
severity: normal
status: open
title: Aifc markers write fix
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file23944/aifc_markers.patch

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


More information about the New-bugs-announce mailing list