• Guido van Rossum's avatar
    Patch by Mikael Lyngvig: · 3aa9ca14
    Guido van Rossum yazdı
    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.
    3aa9ca14
cmp.py 1.74 KB