[Python-Dev] If I check something in ... (original) (raw)

skip at pobox.com skip at pobox.com
Mon Dec 22 23:02:06 CET 2008


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?

Thx,

Skip



More information about the Python-Dev mailing list