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 python-check...@python.org 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): +

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 solip...@pitrou.net wrote: On Tue, 15 Mar 2011 15:29:59 +0100 brian.curtin python-check...@python.org wrote: + +def test_gz_ext(self): [...] + +def test_bz2_ext(self): [...] + +def test_Gz_ext(self): +

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 brian.cur...@gmail.com 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

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 ncogh...@gmail.com wrote: On Tue, Mar 15, 2011 at 10:52 AM, Brian Curtin brian.cur...@gmail.com 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

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 ncogh...@gmail.com mailto:ncogh...@gmail.com wrote: On Tue, Mar 15, 2011 at 10:52 AM, Brian Curtin brian.cur...@gmail.com mailto:brian.cur...@gmail.com wrote: Agreed. I'll rename them to be more