<br>Here we go.<br><br>This patch addresses Bug 363837.<br><br>The diff command now catches the OSError which can be generated by osutils.rmtree, particularly on win32 if an external diff tool fails to release the temp files.<br><br>The patch is <b>not</b> specific to win32 in any way.&nbsp; <br><br>The effect of this change is to replace the current behavior (dropping an exception to stderr) with a nice debug message to the trace file.&nbsp; Now there is no output to stderr or stdout when rmtree fails.&nbsp; This is appropriate, because the diff operation actually succeeded.&nbsp; If accumulating temp files become a problem, the trace file tells the system administrator exactly where to look.<br><br>I have updated NEWS with a short summary.<br><br>Gracias,<br>-M<br><br>