mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
1cd2cef72b
Opening the file as `r` instead or `rb` ensures that we don't have any implicit encoding/decoding of strings (so Python 3 is happy). Includes a test that passes on both Python 2 and Python 3 which checks this works correctly.