Re: [Python-Dev] cpython: Fix #11509. Significantly increase test coverage for fileinput.

2011-03-15 Thread Terry Reedy
On 3/15/2011 11:57 AM, Brian Curtin wrote: On Tue, Mar 15, 2011 at 11:28, Nick Coghlan mailto:ncogh...@gmail.com>> wrote: On Tue, Mar 15, 2011 at 10:52 AM, Brian Curtin mailto:brian.cur...@gmail.com>> wrote: > Agreed. I'll rename them to be more expressive. Don't forget NEWS an

Re: [Python-Dev] cpython: Fix #11509. Significantly increase test coverage for fileinput.

2011-03-15 Thread Brian Curtin
On Tue, Mar 15, 2011 at 11:28, Nick Coghlan wrote: > On Tue, Mar 15, 2011 at 10:52 AM, Brian Curtin > wrote: > > Agreed. I'll rename them to be more expressive. > > Don't forget NEWS and ACKS updates as well. Got the news update in 9448691fe084. Had him in acks from another patch last night. T

Re: [Python-Dev] cpython: Fix #11509. Significantly increase test coverage for fileinput.

2011-03-15 Thread Nick Coghlan
On Tue, Mar 15, 2011 at 10:52 AM, Brian Curtin wrote: > Agreed. I'll rename them to be more expressive. Don't forget NEWS and ACKS updates as well. Cheers, Nick. -- Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia ___ Python-Dev mailin

Re: [Python-Dev] cpython: Fix #11509. Significantly increase test coverage for fileinput.

2011-03-15 Thread Brian Curtin
On Tue, Mar 15, 2011 at 10:44, Antoine Pitrou wrote: > On Tue, 15 Mar 2011 15:29:59 +0100 > brian.curtin wrote: > > + > > +def test_gz_ext(self): > [...] > > + > > +def test_bz2_ext(self): > [...] > > + > > +def test_Gz_ext(self): > > +self.do_test_use_builtin_open("abcd.Gz",

Re: [Python-Dev] cpython: Fix #11509. Significantly increase test coverage for fileinput.

2011-03-15 Thread Antoine Pitrou
On Tue, 15 Mar 2011 15:29:59 +0100 brian.curtin wrote: > + > +def test_gz_ext(self): [...] > + > +def test_bz2_ext(self): [...] > + > +def test_Gz_ext(self): > +self.do_test_use_builtin_open("abcd.Gz", 6) > + > +def test_Bz2_ext(self): > +self.do_test_use_builtin_op