mirror of
https://github.com/httpie/cli.git
synced 2025-02-21 19:06:29 +02:00
- Replace obsolete `IOError` (Python 2) with `OSError`, cf https://docs.python.org/3/library/exceptions.html#OSError. - Improve `OSError` catches at different places, simplifying the code.