Re: [Python-Dev] Updating tests in branches

2009-08-16 Thread Frank Wierzbicki
On Sun, Aug 16, 2009 at 11:45 AM, Benjamin Peterson wrote: > 2009/8/16 Frank Wierzbicki : > 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 ___ Python-Dev maili

Re: [Python-Dev] Updating tests in branches

2009-08-16 Thread Benjamin Peterson
2009/8/16 Frank Wierzbicki : > 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

[Python-Dev] Updating tests in branches

2009-08-16 Thread Frank Wierzbicki
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 ___