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 2010-07-19.18:37:29
SpamBayes Score 0.015086615
Marked as misclassified No
Message-id <1279564652.83.0.47276247253.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
I realized on comparing doctest-fixes2.diff with doctest-fixes1.diff that doctest-fixes2.diff doesn't capture the different newlines correctly, so patch on my machine wouldn't apply the diff (I had done testing from the modified svn checkout without reverting and then re-applying the patch). Uploaded doctest-fixes3.diff which is generated using the external diff command (svn diff --diff-cmd diff) so that patch will apply it cleanly. Not sure if this is something specific to my machine.
History
Date User Action Args
2010-07-19 18:37:32pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2010-07-19 18:37:32pdonissetmessageid: <1279564652.83.0.47276247253.issue1812@psf.upfronthosting.co.za>
2010-07-19 18:37:30pdonislinkissue1812 messages
2010-07-19 18:37:30pdoniscreate