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-15.03:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368589085.29.0.676109780866.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
Terry,
   On my Mac with "hg revert -a" and "hg pull -u" the patch fails to apply on CallTips.py and PathBrowser.py under the latest version of Python 3.4.  Here is the output when I try to apply the patch:

rovitotv-pc:py34 rovitotv$ hg import --no-commit /Volumes/SecurePython3/source/15392idletests.diff 
applying /Volumes/SecurePython3/source/15392idletests.diff
patching file Lib/idlelib/CallTips.py
Hunk #1 FAILED at 263
1 out of 1 hunks FAILED -- saving rejects to file Lib/idlelib/CallTips.py.rej
patching file Lib/idlelib/Itest/@template.txt
patching file Lib/idlelib/Itest/__init__.py
patching file Lib/idlelib/Itest/test_calltips.py
patching file Lib/idlelib/Itest/test_pathbrowser.py
patching file Lib/idlelib/PathBrowser.py
Hunk #1 FAILED at 94
1 out of 1 hunks FAILED -- saving rejects to file Lib/idlelib/PathBrowser.py.rej
patching file Lib/test/test_idle.py
adding Lib/idlelib/Itest/@template.txt
adding Lib/idlelib/Itest/__init__.py
adding Lib/idlelib/Itest/test_calltips.py
adding Lib/idlelib/Itest/test_pathbrowser.py
adding Lib/test/test_idle.py
abort: patch failed to apply
 
I even tried using the tr command to remove the ^M characters from the .diff file and that still didn't allow me to apply the patch.  Maybe it is my setup???  It is late here so I am going to bed but will play with it some more tomorrow.  Thanks for your hard work, the patch looks like a good start. Thanks!
History
Date User Action Args
2013-05-15 03:38:05Todd.Rovitosetrecipients: + Todd.Rovito, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, r.david.murray, tshepang, francismb, JayKrish, Tomoki.Imai
2013-05-15 03:38:05Todd.Rovitosetmessageid: <1368589085.29.0.676109780866.issue15392@psf.upfronthosting.co.za>
2013-05-15 03:38:05Todd.Rovitolinkissue15392 messages
2013-05-15 03:38:04Todd.Rovitocreate