This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients belopolsky, benjamin.peterson, mark.dickinson, scott.dial
Date 2010-05-25.19:42:35
SpamBayes Score 0.0002051609
Marked as misclassified No
Message-id <1274816558.15.0.692509145638.issue8636@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like there's still a bit of brokenness here:  when I run test_enumerate by itself:

./python.exe Lib/test/test_enumerate.py

I get the following:

Traceback (most recent call last):
  File "Lib/test/test_enumerate.py", line 253, in <module>
    test_main(verbose=True)
  File "Lib/test/test_enumerate.py", line 248, in test_main
    test_support.run_unittest(*testclasses)
NameError: global name 'testclasses' is not defined
[76533 refs]
History
Date User Action Args
2010-05-25 19:42:38mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, scott.dial, benjamin.peterson
2010-05-25 19:42:38mark.dickinsonsetmessageid: <1274816558.15.0.692509145638.issue8636@psf.upfronthosting.co.za>
2010-05-25 19:42:36mark.dickinsonlinkissue8636 messages
2010-05-25 19:42:35mark.dickinsoncreate