]> granicus.if.org Git - python/commit
Patch by Mikael Lyngvig:
authorGuido van Rossum <guido@python.org>
Fri, 25 Jun 1999 14:12:50 +0000 (14:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Jun 1999 14:12:50 +0000 (14:12 +0000)
commit3aa9ca147b24eb55b350f5dea9ccdf37673de044
treec13a223d802ec5fc015340c6b60f5fecb1a0b43e
parentcf6905f986613b20f00ebbcecf6cc07ce298cbee
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.
Lib/cmp.py