I plan on updating the Python unit tests with tests from Jython that turn out to be generic Python tests. Should I be putting these tests into trunk and 3k or should I also put them into the 2.6 and 3.1 maintenance branches as well?
Regards,
-Frank
2009/8/16 Frank Wierzbicki fwierzbicki@gmail.com:
I plan on updating the Python unit tests with tests from Jython that turn out to be generic Python tests. Should I be putting these tests into trunk and 3k or should I also put them into the 2.6 and 3.1 maintenance branches as well?
Great!
Usually, unless the test is for a bug we are backporting, new tests only go in the trunk and py3k.
On Sun, Aug 16, 2009 at 11:45 AM, Benjamin Petersonbenjamin@python.org wrote:
2009/8/16 Frank Wierzbicki fwierzbicki@gmail.com: Usually, unless the test is for a bug we are backporting, new tests only go in the trunk and py3k.
Thanks! I'll do that from now on.
-Frank