lericson / fish

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

Update open mode from U to r #13

Closed Apreche closed 1 year ago

Apreche commented 1 year 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 1 year 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.