1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
httpie-cli/httpie/output
Mickaël Schoentgen 8374a9ed83
Review OSError exceptions handling (#1080)
- 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.
2021-05-31 10:10:41 +02:00
..
formatters Polish Python 2 removal (#1070) 2021-05-27 13:05:41 +02:00
__init__.py Modularized output, refactoring 2014-04-27 21:58:00 +02:00
processing.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
streams.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
writer.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00