Issue11488
Created on 2011-03-13 23:08 by ev, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_tempfile_writelines.patch | ev, 2011-03-13 23:08 | patch against 3.3 | review | |
| Messages (5) | |||
|---|---|---|---|
| msg130778 - (view) | Author: Evan Dandrea (ev) * | Date: 2011-03-13 23:08 | |
Ran coverage.py and noticed that writelines had no coverage in tempfile, so I added it in. |
|||
| msg130786 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2011-03-14 03:07 | |
Patch looks good to me. |
|||
| msg130803 - (view) | Author: Brian Curtin (brian.curtin) * ![]() |
Date: 2011-03-14 12:35 | |
Agreed, looks fine. |
|||
| msg130814 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2011-03-14 14:01 | |
New changeset f816841bab03 by R David Murray in branch '3.1': #11488: Add tests for writelines method of SpooledTemporaryFile. http://hg.python.org/cpython/rev/f816841bab03 New changeset da37cc4bd088 by R David Murray in branch '3.2': Merge #11488 patch from 3.1. http://hg.python.org/cpython/rev/da37cc4bd088 New changeset 7942f613ea5c by R David Murray in branch 'default': Merge #11488 patch from 3.2. http://hg.python.org/cpython/rev/7942f613ea5c New changeset 7aee0fe6ae5d by R David Murray in branch '2.7': Port #11488 patch from 3.1 (changeset f816841bab03) http://hg.python.org/cpython/rev/7aee0fe6ae5d |
|||
| msg130815 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2011-03-14 14:03 | |
Thanks, Evan. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:14 | admin | set | github: 55697 |
| 2011-03-14 14:03:40 | r.david.murray | set | status: open -> closed nosy: georg.brandl, ezio.melotti, r.david.murray, brian.curtin, python-dev, ev messages: + msg130815 resolution: accepted |
| 2011-03-14 14:01:42 | python-dev | set | nosy:
+ python-dev messages: + msg130814 |
| 2011-03-14 12:35:40 | brian.curtin | set | nosy:
georg.brandl, ezio.melotti, r.david.murray, brian.curtin, ev messages: + msg130803 |
| 2011-03-14 03:09:17 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2011-03-14 03:07:22 | r.david.murray | set | assignee: r.david.murray messages:
+ msg130786 |
| 2011-03-13 23:08:05 | ev | create | |

