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 r.david.murray
Recipients JayKrish, Todd.Rovito, Tomoki.Imai, alex.rodas, ezio.melotti, francismb, ncoghlan, ned.deily, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-05-19.02:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368930139.42.0.716899457452.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
I just did an hg pull/hg up in my 3.4 (default) checkout on linux:

rdmurray@hey:~/python/p34>patch -p1 <idletest2.diff 
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/CallTips.py
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/PathBrowser.py
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/idle_test/@README.txt
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/idle_test/__init__.py
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/idle_test/test_calltips.py
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/idlelib/idle_test/test_pathbrowser.py
(Stripping trailing CRs from patch; use --binary to disable.)
patching file Lib/test/test_idle.py

However, when I try to run test_idle via regrtest I get:

...
  File "/home/rdmurray/python/p34/Lib/unittest/loader.py", line 113, in loadTestsFromName
    parent, obj = obj, getattr(obj, part)

AttributeError: 'module' object has no attribute 'test_idle'
History
Date User Action Args
2013-05-19 02:22:19r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, Todd.Rovito, tshepang, francismb, JayKrish, Tomoki.Imai, alex.rodas
2013-05-19 02:22:19r.david.murraysetmessageid: <1368930139.42.0.716899457452.issue15392@psf.upfronthosting.co.za>
2013-05-19 02:22:19r.david.murraylinkissue15392 messages
2013-05-19 02:22:18r.david.murraycreate