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 terry.reedy
Recipients Claudiu.Popa, terry.reedy
Date 2014-06-20.19:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403292267.95.0.331039577987.issue21769@psf.upfronthosting.co.za>
In-reply-to
Content
(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 you could run pylint on all three current versions and mark which have the error. Once you have the repository, you can make semi-clones that share the one repository and only have separate working directories. A short download script can pull once and update all three.
History
Date User Action Args
2014-06-20 19:24:27terry.reedysetrecipients: + terry.reedy, Claudiu.Popa
2014-06-20 19:24:27terry.reedysetmessageid: <1403292267.95.0.331039577987.issue21769@psf.upfronthosting.co.za>
2014-06-20 19:24:27terry.reedylinkissue21769 messages
2014-06-20 19:24:27terry.reedycreate