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 baptiste.carvello
Recipients baptiste.carvello, dabrahams, eric.araujo
Date 2011-05-23.16:15:05
SpamBayes Score 0.00020463734
Marked as misclassified No
Message-id <4DDA87E0.8070900@baptiste-carvello.net>
In-reply-to <1306163741.32.0.348800708505.issue12055@psf.upfronthosting.co.za>
Content
here is the patch for 2.7.

Dave: I don't know if or when the patch will be accepted, as this is a new 
feature. In the meantime, you can easily patch your system. As the code changes 
are all in Python, you don't need to recompile. Going to your standard library 
directory and running a command like the following should do the trick:

filterdiff -i '*/doctest.py' issue12055-27.diff | patch
Files
File name Uploaded
issue12055-27.diff baptiste.carvello, 2011-05-23.16:15:05
History
Date User Action Args
2011-05-23 16:15:06baptiste.carvellosetrecipients: + baptiste.carvello, eric.araujo, dabrahams
2011-05-23 16:15:05baptiste.carvellolinkissue12055 messages
2011-05-23 16:15:05baptiste.carvellocreate