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

Antonio Cuni anto.cuni at gmail.com
Wed Jul 8 17:24:41 CEST 2009


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?



More information about the Pypy-dev mailing list