tests/binfile.bin
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 01 Jun 2017 01:14:02 +0530
changeset 32663 aeac3cbcbbc1
parent 3368 751df21dad72
permissions -rw-r--r--
py3: use dict.update() instead of constructing lists and adding them dict.items() returned a list on Python 2 and whereas on Python 3 it returns a view object. So we required a work around. Using dict.update() is better then constructing lists as it should save us on gc churns.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3368
751df21dad72 Add test for git binary diff support
Brendan Cully <brendan@kublai.com>
parents: 1790
diff changeset
     1
(binary:application/octet-stream)