I added some unzip -t here and I *think* the only change is from
Python 3 having more data in the zip file headers or something. Sigh.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGc9e8c93e241c: tests: accept slightly different zip file in Python 3
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
- body: size=1377, sha1=677b14d3d048778d5eb5552c14a67e6192068650
+ body: size=1377, sha1=677b14d3d048778d5eb5552c14a67e6192068650 (no-py3k !)
+ body: size=1461, sha1=be6d3983aa13dfe930361b2569291cdedd02b537 (py3k !)
For some reason, my Python 3 says
size=1489, sha1=1897e496871aa89ad685a92b936f5fa0d008b9e8
Comment Actions
Ugh. Should we just glob the size and sha1 then? I'm a little hesitant to do that, but I don't see many other paths forward...
Comment Actions
Behavior changed between Python 3.6 and Python 3.7.
We should add pyXX hghave capabilities to differentiate on Python versions. Or we could annotate all possible lines with (?) (optional output). The hghave approach is better.
Comment Actions
https://github.com/python/cpython/commit/44989bc2696320cf55ae6f329aaf58edd49d792a is likely the commit introducing the divergence.