[issue11488] Add writelines test coverage in tempfile

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue11488] Add writelines test coverage in tempfile

2011-03-14 Thread Brian Curtin
Brian Curtin added the comment: Agreed, looks fine. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11488] Add writelines test coverage in tempfile

2011-03-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11488] Add writelines test coverage in tempfile

2011-03-13 Thread R. David Murray
R. David Murray added the comment: Patch looks good to me. -- assignee: -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ _

[issue11488] Add writelines test coverage in tempfile

2011-03-13 Thread ev
New submission from ev : Ran coverage.py and noticed that writelines had no coverage in tempfile, so I added it in. -- components: Tests files: test_tempfile_writelines.patch keywords: patch messages: 130778 nosy: brian.curtin, ev, georg.brandl priority: normal severity: normal status: