[pypy-dev] [pypy-svn] r66150 - pypy/trunk/pypy/tool
holger krekel
holger at merlinux.eu
Wed Jul 8 21:15:55 CEST 2009
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
More information about the Pypy-dev
mailing list