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 techtonik
Recipients techtonik
Date 2009-12-27.20:57:35
SpamBayes Score 6.2243285e-05
Marked as misclassified No
Message-id <1261947458.0.0.959368598145.issue7585@psf.upfronthosting.co.za>
In-reply-to
Content
The patch inserts \t character between filename and timestamp in unified 
and context diff headers. 

According to specification by Guido Van Rossum =)
http://www.artima.com/weblogs/viewpost.jsp?thread=164293

And de-facto output from various tools
http://code.google.com/p/python-patch/source/browse/#svn/trunk/doc

And the common sense
--- that it is easier to split	this stuff
+++ than this one into filename + timestamp

--- diff.py Sun Dec 27 16:08:28 2009
+++ trunk/diff.py	Sun Dec 27 15:46:58 2009
History
Date User Action Args
2009-12-27 20:57:38techtoniksetrecipients: + techtonik
2009-12-27 20:57:38techtoniksetmessageid: <1261947458.0.0.959368598145.issue7585@psf.upfronthosting.co.za>
2009-12-27 20:57:36techtoniklinkissue7585 messages
2009-12-27 20:57:36techtonikcreate