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

Collin Winter collinw at gmail.com
Wed May 16 23:43:44 CEST 2007


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?

Collin Winter


More information about the Python-3000-checkins mailing list