annotate contrib/packaging/requirements.txt.in @ 44294:234001d22ba6

lfs: use str for the open() mode when opening a blob for py3 The other fix for this was to leave the mode as bytes, and import `pycompat.open()` like a bunch of other modules do. But I think it's confusing to still use bytes at the python boundary, and obviously error prone. Grepping for ` open\(.+, ['"][a-z]+['"]\)` and ` open\(.+, b['"][a-z]+['"]\)` outside of `tests`, there are 51 and 87 uses respectively, so it's not like this is a rare direct usage. Differential Revision: https://phab.mercurial-scm.org/D8099
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 08 Feb 2020 23:39:55 -0500
parents 303bf312d5ed
children 036f6f7e19e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
43660
303bf312d5ed packaging: convert to UNIX line endings
Gregory Szorc <gregory.szorc@gmail.com>
parents: 43513
diff changeset
1 jinja2