python-ant icon indicating copy to clipboard operation
python-ant copied to clipboard

Convert driver.* and log.* to message-level operations

Open mvillalba opened this issue 13 years ago • 2 comments

Byte-level operations makes no practical sense. Make driver.Driver take Message instances and only read full messages (will have to move the message buffering code from event to driver).

mvillalba avatar Oct 08 '11 13:10 mvillalba

Driver._dump could be made to just call a representation method on Message.

mvillalba avatar Oct 08 '11 14:10 mvillalba

Don't forget to update test suites

mvillalba avatar Oct 08 '11 14:10 mvillalba