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 Todd.Rovito
Recipients JayKrish, Todd.Rovito, Tomoki.Imai, ezio.melotti, francismb, ncoghlan, ned.deily, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-05-06.02:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367808345.77.0.637724833843.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
This issue appears like it is making progress.  For a very small contribution I tested JayKrish's patch and it seems to work on my Mac. The results are documented below.  Any comment from Python Core Developers on what needs to happen to get it committed? It appears to work with -m test and -v test_idle.  Thanks! 

/python.exe -m test -v test_idle
== CPython 3.4.0a0 (default:186cf551dae5+, May 5 2013, 22:41:07) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))]
==   Darwin-12.3.0-x86_64-i386-64bit little-endian
==   /Volumes/SecurePython3/cpython/py34/build/test_python_15812
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[1/1] test_idle
test_DirBrowserTreeItem (test.test_idle.test_PathBrowser.PathBrowserTest) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
1 test OK.
History
Date User Action Args
2013-05-06 02:45:45Todd.Rovitosetrecipients: + Todd.Rovito, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, r.david.murray, tshepang, francismb, JayKrish, Tomoki.Imai
2013-05-06 02:45:45Todd.Rovitosetmessageid: <1367808345.77.0.637724833843.issue15392@psf.upfronthosting.co.za>
2013-05-06 02:45:45Todd.Rovitolinkissue15392 messages
2013-05-06 02:45:45Todd.Rovitocreate