[Python-checkins] CVS: python/dist/src/Lib cmp.py

Guido van Rossum guido@cnri.reston.va.us
Fri, 25 Jun 1999 10:12:51 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	cmp.py 
Log Message:
Patch by Mikael Lyngvig:

1. Fix incorrect file open mode on Win32 platforms (use "rb" instead
of "r").

2. Add shallow parameter to cmp.cmp().  If false, deep file
comparisons are made.

The module should be 100 percent backwards compatible.