]> granicus.if.org Git - python/commit
Blocked revisions 80004 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Mon, 12 Apr 2010 16:40:20 +0000 (16:40 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 12 Apr 2010 16:40:20 +0000 (16:40 +0000)
commit8280b999dd891a5fd90b8be7c38778b3cd7f631b
tree15aa6506bf1126d2058d1abc749463b6ac8ac1bb
parent833c7a379f04dc84148cbdd08be2b38623edd871
Blocked revisions 80004 via svnmerge

........
  r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines

  Issue #7585: use tab between components in unified and context diff headers.

  Instead of spaces between the filename and date (or whatever the string
  is that follows the filename, if any) use tabs.  This is what the unix
  'diff' command does, for example, and difflib was intended to follow
  the 'standard' way of doing diffs.  This improves compatibility with
  patch tools.  The docs and examples are also changed to recommended that
  the date format used be the ISO 8601 format, which is what modern diff
  tools emit by default.

  Patch by Anatoly Techtonik.
........