New submission from Georg Brandl <ge...@python.org>:

doctest.py, line 2274 (in 2.7):

    def shortDescription(self):
        return "Skipping tests from %s" % module.__name__

"module" is not defined here. Assigning to David since he last changed this 
line. Test script attached.

----------
assignee: r.david.murray
components: Library (Lib)
files: t.py
messages: 142165
nosy: georg.brandl, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: undefined name in doctest.py
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22907/t.py

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

Reply via email to