On 5/16/07, Collin Winter <[EMAIL PROTECTED]> wrote:
On 5/16/07, brett.cannon <[email protected]> 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
_______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
