This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author suresh
Recipients paul.moore, steve.dower, suresh, tim.golden, zach.ware
Date 2021-02-12.06:41:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613112106.15.0.378591589948.issue43175@roundup.psfhosted.org>
In-reply-to
Content
Please find the below Code and attached the files, expecting true as output and getting as false: 
 

"import filecmp

filecmp.clear_cache()

boolfile=filecmp.cmp(r'C:\destination.css',r'C:\source.css',shallow=False)

print(boolfile)"
History
Date User Action Args
2021-02-12 06:41:46sureshsetrecipients: + suresh, paul.moore, tim.golden, zach.ware, steve.dower
2021-02-12 06:41:46sureshsetmessageid: <1613112106.15.0.378591589948.issue43175@roundup.psfhosted.org>
2021-02-12 06:41:46sureshlinkissue43175 messages
2021-02-12 06:41:45sureshcreate