httpie-cli/httpie/cli
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
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
argtypes.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
constants.py Cleanup (#993) 2020-12-21 12:03:25 +01:00
definition.py Fix --style colors list help indentation (#1077) 2021-05-28 12:45:40 +02:00
dicts.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
requestitems.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00