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 geon
Recipients ajaksu2, amaury.forgeotdarc, geon, gpolo
Date 2009-05-13.19:46:42
SpamBayes Score 1.4200863e-12
Marked as misclassified No
Message-id <1242244004.57.0.672979149144.issue4832@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to patch the latest revision 72608 and it didnt work, here on winxp. 

C:\prg\Python30\Lib\idlelib>svn update
Restored 'IOBinding.py'
At revision 72608.

C:\prg\Python30\Lib\idlelib>patch IOBinding.py defaultextension.patch
--verbose
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: Lib/idlelib/IOBinding.py
|===================================================================
|--- Lib/idlelib/IOBinding.py   (revision 72282)
|+++ Lib/idlelib/IOBinding.py   (working copy)
--------------------------
Patching file IOBinding.py using Plan A...
Hunk #1 succeeded at 480 (offset -45 lines).
Hmm...  Ignoring the trailing garbage.
done


If I do the patch by hand, it works. All files are saved with ext. .py.
When set 'defaultextension = ""', it is save well too, but then IDLE
crashed immediately.
History
Date User Action Args
2009-05-13 19:46:45geonsetrecipients: + geon, amaury.forgeotdarc, ajaksu2, gpolo
2009-05-13 19:46:44geonsetmessageid: <1242244004.57.0.672979149144.issue4832@psf.upfronthosting.co.za>
2009-05-13 19:46:43geonlinkissue4832 messages
2009-05-13 19:46:42geoncreate