Issue 13594: Aifc markers write fix (original ) (raw ) Issue13594
Created on 2011-12-13 19:08 by Oleg.Plakhotnyuk , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (2)
msg149402 - (view)
Author: Oleg Plakhotnyuk (Oleg.Plakhotnyuk) *
Date: 2011-12-13 19:08
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.
msg150443 - (view)
Author: Roundup Robot (python-dev)
Date: 2012-01-01 21:54
New changeset c7a4405835e8 by Sandro Tosi in branch '3.2': Issue #13594 : various fixes to aifc module; patch by Oleg Plakhotnyuk http://hg.python.org/cpython/rev/c7a4405835e8
History
Date
User
Action
Args
2022-04-11 14:57:24
admin
set
github: 57803
2012-01-01 21:55:17
sandro.tosi
set
status: open -> closednosy: + sandro.tosi resolution: fixedstage: patch review -> resolved
2012-01-01 21:54:25
python-dev
set
nosy: + python-dev messages: +
2011-12-15 14:13:05
pitrou
set
stage: patch review
2011-12-13 19:08:06
Oleg.Plakhotnyuk
create