Mark Dickinson <dicki...@gmail.com> added the comment:

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]

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to