[Python-Dev] If I check something in ...

Benjamin Peterson musiccomposition at gmail.com
Mon Dec 22 23:06:41 CET 2008


On Mon, Dec 22, 2008 at 4:02 PM,  <skip at 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


More information about the Python-Dev mailing list