On Mon, Dec 22, 2008 at 4:02 PM,  <s...@pobox.com> wrote:
>
> I have this trivial little test case for test_file.py:
>
>    +    def testReadWhenWriting(self):
>    +        self.assertRaises(IOError, self.f.read)
>
> I would like to add it to the 2.6 and 3.0 maintenance branch and the 2.x
> trunk and the py3k branch.  What is the preferred way to do that?  Do I
> really have to do the same task four times or can I check it in once (or
> twice) secure in the belief that someone will come along and do a monster
> merge?

If you check it into the trunk, it will find it's way into 2.6, 3.1, and 3.0.



-- 
Regards,
Benjamin Peterson
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to