On 10/19/18 3:15 PM, Max Reitz wrote: > There are two imports that need to be modified when running the iotests > under Python 3: One is StringIO, which no longer exists; instead, the > StringIO class comes from the io module, so import it from there (and > use the BytesIO class for Python 2). The other is the ConfigParser, > which has just been renamed to configparser. > > Signed-off-by: Max Reitz <mre...@redhat.com> Reviewed-by: Cleber Rosa <cr...@redhat.com>
- [Qemu-devel] [PATCH v2 3/9] iotests: Use Python byte strin... Max Reitz
- [Qemu-devel] [PATCH v2 2/9] iotests: Flush in iotests.py's... Max Reitz
- [Qemu-devel] [PATCH v2 9/9] iotests: Unify log outputs bet... Max Reitz
- [Qemu-devel] [PATCH v2 1/9] iotests: Make nbd-fault-inject... Max Reitz
- [Qemu-devel] [PATCH v2 6/9] iotests: Explicitly inherit FD... Max Reitz
- Re: [Qemu-devel] [PATCH v2 6/9] iotests: Explicitly i... Eduardo Habkost
- Re: [Qemu-devel] [PATCH v2 6/9] iotests: Explicitly i... Cleber Rosa
- [Qemu-devel] [PATCH v2 8/9] iotests: Modify imports for Py... Max Reitz
- Re: [Qemu-devel] [PATCH v2 8/9] iotests: Modify impor... Eduardo Habkost
- Re: [Qemu-devel] [PATCH v2 8/9] iotests: Modify impor... Cleber Rosa
- [Qemu-devel] [PATCH v2 4/9] iotests: Use // for Python int... Max Reitz
- Re: [Qemu-devel] [PATCH v2 4/9] iotests: Use // for P... Eduardo Habkost
- Re: [Qemu-devel] [PATCH v2 4/9] iotests: Use // for P... Cleber Rosa
- [Qemu-devel] [PATCH v2 5/9] iotests: Different iterator be... Max Reitz
- Re: [Qemu-devel] [PATCH v2 5/9] iotests: Different it... Eduardo Habkost
- Re: [Qemu-devel] [PATCH v2 5/9] iotests: Different it... Cleber Rosa
- Re: [Qemu-devel] [PATCH v2 0/9] iotests: Make them work fo... Cleber Rosa