[issue21769] Fix a NameError in test_descr

2014-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Could not find error in 2.7. -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker ___ _

[issue21769] Fix a NameError in test_descr

2014-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: (Message sent to 21768 by incomplete edit of previous message) 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 It would be helpful if

[issue21769] Fix a NameError in test_descr

2014-06-20 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy nosy: +terry.reedy versions: +Python 2.7, Python 3.4 ___ Python tracker ___ _

[issue21769] Fix a NameError in test_descr

2014-06-15 Thread Claudiu Popa
New submission from Claudiu Popa: Hi. Here's a patch which uses `self.fail` in test_descr instead of `raise TestFailed`. -- components: Tests files: test_descr_nameerror.patch keywords: patch messages: 220619 nosy: Claudiu.Popa priority: normal severity: normal status: open title: Fix a