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 ncw
Recipients jackdied, ncw
Date 2009-03-30.10:27:47
SpamBayes Score 3.2683847e-06
Marked as misclassified No
Message-id <1238408870.51.0.203200609585.issue5131@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't actually get this patch to apply to the py3k branch :-(

$ patch -p0 --dry-run < issue_5131.patch
patching file Misc/NEWS
Hunk #1 FAILED at 2598.
1 out of 1 hunk FAILED -- saving rejects to file Misc/NEWS.rej
patching file Misc/ACKS
Hunk #1 succeeded at 147 (offset -1 lines).
Hunk #2 succeeded at 791 (offset 3 lines).
patching file Lib/pprint.py
Hunk #1 FAILED at 37.
Hunk #2 FAILED at 137.
Hunk #3 FAILED at 168.
3 out of 3 hunks FAILED -- saving rejects to file Lib/pprint.py.rej
patching file Lib/test/test_pprint.py
Hunk #1 succeeded at 408 (offset -6 lines).

$ svn info
Path: .
URL: http://svn.python.org/projects/python/branches/py3k
Repository Root: http://svn.python.org/projects
Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
Revision: 70705
Node Kind: directory
Schedule: normal
Last Changed Author: antoine.pitrou
Last Changed Rev: 70696
Last Changed Date: 2009-03-29 20:30:55 +0100 (Sun, 29 Mar 2009)
History
Date User Action Args
2009-03-30 10:27:50ncwsetrecipients: + ncw, jackdied
2009-03-30 10:27:50ncwsetmessageid: <1238408870.51.0.203200609585.issue5131@psf.upfronthosting.co.za>
2009-03-30 10:27:49ncwlinkissue5131 messages
2009-03-30 10:27:48ncwcreate