Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Martin v. Löwis
> now that the py3k warnings are fixed (see > http://bugs.python.org/issue7092) we should run the tests on the trunk > buildbots with the -3 flags, in order to check if new warnings are > introduced and possibly to uncover other ones. > It might be a good idea to add the -Wd flag too, both on trunk

Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Florent Xicluna
2010/3/31 Brett Cannon: > On Wed, Mar 31, 2010 at 07:58, Ezio Melotti wrote: >> Hi, >> now that the py3k warnings are fixed (see >> http://bugs.python.org/issue7092) we should run the tests on the trunk >> buildbots with the -3 flags, in order to check if new warnings are >> introduced and possibly

Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Brett Cannon
On Wed, Mar 31, 2010 at 07:58, Ezio Melotti wrote: > Hi, > now that the py3k warnings are fixed (see http://bugs.python.org/issue7092) > we should run the tests on the trunk buildbots with the -3 flags, in order > to check if new warnings are introduced and possibly to uncover other ones. > It mi