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 pdonis
Recipients BreamoreBoy, belopolsky, pdonis
Date 2012-07-25.02:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343182049.47.0.670300493559.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
I recently noticed that there has been a minor code change in the _load_testfile function in doctest, so I generated a new patch against the latest pull from Mercurial (cpython). No actual changes to the issue fix, but this patch should apply cleanly against a checkout from Mercurial. This patch also adds my name to the Misc/ACKS file. :-)

I have not re-done patches in Mercurial's format against any other branches except the default. If this fix is still under consideration, I can generate patches against other branches and test them.
History
Date User Action Args
2012-07-25 02:07:30pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2012-07-25 02:07:29pdonissetmessageid: <1343182049.47.0.670300493559.issue1812@psf.upfronthosting.co.za>
2012-07-25 02:07:28pdonislinkissue1812 messages
2012-07-25 02:07:28pdoniscreate