1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/plugins/httpapi
Jon Dufresne ef67d4074b Prefer io.BytesIO over six; available on all supported Pythons (#45388)
On all supported Pythons, the io.BytesIO is always a stream
implementation using an in-memory bytes buffer. Makes code slightly more
forward compatible by reducing use of the six module.
2018-09-10 15:19:16 -04:00
..
__init__.py New modules and updated HTTP API plugin for FTD devices (#44578) 2018-08-29 15:48:10 +02:00
test_ftd.py Prefer io.BytesIO over six; available on all supported Pythons (#45388) 2018-09-10 15:19:16 -04:00