lericson / fish

The Python module that swims
http://sendapatch.se/
BSD 3-Clause "New" or "Revised" License
65 stars 24 forks source link

Update open mode from U to r #13

Closed Apreche closed 2 years ago

Apreche commented 2 years ago

The U mode flag was deprecated completely in Python 3.11. It was being used in the setup.py, which prevents fish from being installed.

lericson commented 2 years ago
>>> bin(ord('U') ^ ord('r')).count('1')
4

Thanks for your contribution, even if it was only four bits. They were four good bits.