[pypy-dev] [pypy-svn] r66150 - pypy/trunk/pypy/tool

Maciej Fijalkowski fijall at gmail.com
Wed Jul 8 18:02:11 CEST 2009


On Wed, Jul 8, 2009 at 9:24 AM, Antonio Cuni<anto.cuni at gmail.com> wrote:
> fijal at codespeak.net wrote:
>
>>  try:
>> -    BaseException
>> +    BaseException = BaseException
>>  except NameError:
>>     BaseException = Exception
>
> this clearly show that you didn't write a test (or you didn't run it, if
> it's already there).  Could you please try to follow tdd a bit more closely,
> especially on trunk?
>

It's about 2.4 vs 2.5. I have no clue how to test it correctly.



More information about the Pypy-dev mailing list