[Python-3000-checkins] r55388 - python/branches/p3yk/Lib/test/regrtest.py

Brett Cannon brett at python.org
Thu May 17 00:38:39 CEST 2007


On 5/16/07, Collin Winter <collinw at gmail.com> wrote:
>
> On 5/16/07, brett.cannon <python-3000-checkins at python.org> wrote:
>
> ==============================================================================
> > --- python/branches/p3yk/Lib/test/regrtest.py   (original)
> > +++ python/branches/p3yk/Lib/test/regrtest.py   Wed May 16 23:34:52 2007
> > @@ -107,11 +107,8 @@
> >      decimal -   Test the decimal module against a large suite that
> >                  verifies compliance with standards.
> >
> > -    compiler -  Test the compiler package by compiling all the source
> > -                in the standard library and test suite.  This takes
> > -                a long time.  Enabling this resource also allows
> > -                test_tokenize to verify round-trip lexing on every
> > -                file in the test library.
> > +    compiler -  Allow test_tokenize to verify round-trip lexing on
> > +                every file in the test library.
>
> Should this resource be renamed now that it no longer has anything to
> do with the compiler package?



I say leave it as it will probably end up being tied to whatever mechanism
is developed to take an AST and generate bytecode.

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000-checkins/attachments/20070516/2e3945fe/attachment.htm 


More information about the Python-3000-checkins mailing list