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 Samuel Shapiro
Recipients Samuel Shapiro, karaken12, pitrou, r.david.murray, tarek
Date 2016-12-07.10:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481107706.1.0.569213333669.issue10016@psf.upfronthosting.co.za>
In-reply-to
Content
Patch fails on CentOS 6 -- python 2.6

[root@LG-E1A-LNX python2.6]# patch --dry-run -l -p1 -i shutil-2.6.patch shutil.py
patching file shutil.py
Hunk #1 succeeded at 22 (offset 1 line).
Hunk #2 succeeded at 52 with fuzz 1 (offset 1 line).
Hunk #3 FAILED at 61.
1 out of 3 hunks FAILED -- saving rejects to file shutil.py.rej
History
Date User Action Args
2016-12-07 10:48:26Samuel Shapirosetrecipients: + Samuel Shapiro, pitrou, tarek, r.david.murray, karaken12
2016-12-07 10:48:26Samuel Shapirosetmessageid: <1481107706.1.0.569213333669.issue10016@psf.upfronthosting.co.za>
2016-12-07 10:48:26Samuel Shapirolinkissue10016 messages
2016-12-07 10:48:25Samuel Shapirocreate