[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- Removed message: http://bugs.python.org/msg221115 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec0aae4df38b by Terry Jan Reedy in branch '3.4': Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa. http://hg.python.org/cpython/rev/ec0aae4df38b -- ___ Python tracker

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Claudiu Popa
Claudiu Popa added the comment: Through a checker program. I ran pylint from time to time to detect crashes and other stuff and I stumble across these bugs. -- ___ Python tracker __

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Just curious: did you find this when a test failed? by reading? or running checker program? (The latter would be a good idea to catch things like this.) -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b0c850121ded by Terry Jan Reedy in branch '2.7': Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. http://hg.python.org/cpython/rev/b0c850121ded New changeset 64f6e66d6e7a by Terry Jan Reedy in branch '3.4': Issue #21768: fix type in test

[issue21768] Fix a NameError in test_pydoc

2014-06-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21768] Fix a NameError in test_pydoc

2014-06-15 Thread Claudiu Popa
New submission from Claudiu Popa: There's no 'o' in test_pydoc.TestDescriptions.test_builtin, but 'name'. -- components: Tests files: test_pydoc_nameerror.patch keywords: patch messages: 220618 nosy: Claudiu.Popa priority: normal severity: normal status: open title: Fix a NameError in te