[pypy-dev] [pypy-svn] r66150 - pypy/trunk/pypy/tool (original) (raw)

Maciej Fijalkowski fijall at gmail.com
Wed Jul 8 21:45:53 CEST 2009


On Wed, Jul 8, 2009 at 1:15 PM, holger krekel<holger at merlinux.eu> wrote:

On Wed, Jul 08, 2009 at 10:02 -0600, Maciej Fijalkowski wrote:

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. there is py.builtin.BaseException which maybe can help. holger

ah cool. I was looking at py.compat and didn't find it. Cool, we can remove it now :)



More information about the Pypy-dev mailing list