I noticed that http://www.python.org/dev/faq/#how-do-i-apply-a-patch ...does not contain instruction for Windows user willing to apply a patch starting from a .diff file. Since Tortoise SVN is the most common choice I tried to describe the steps to apply a patch by using it. This could be added in the same section (5.2) righ after the UNIX instructions.
--- snippet --- If you're using Windows make sure you have TortoiseSVN installed. Right-click on the folder containing the trunk source code, expand the TortoiseSVN submenu and select 'Apply Patch...'. Browse to the patch file and select it, then right click on the file appearing in the 'File Patches' window and click on 'Patch selected'. After you're done, close the TortoiseMerge window. --- /snippet --- Hope this helps. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com