commit | f81362e1e8eecba691ce30ea2ff2ecc8507639dc | [log] [tgz] |
---|---|---|
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | Sat Jul 25 03:44:33 2009 +0000 |
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | Sat Jul 25 03:44:33 2009 +0000 |
tree | 2ca92284a842b5b2a9d85ac6f4c5073a3534da08 | |
parent | ff94563d7c82c3581eebf641ea95997616ce9918 [diff] |
- add more methods for file-like compatibility - provide RawSerial when io library is present (not yet finished) -> changes internal class hierarchy -> renamed internal read/write -> _read/_write (FileLike resp. RawSerialBase provides read/write) -> add test_rawio.py - _write returns number of byte written - set minimal python version to 2.3 due to basestring - add "name" attribute - documentation updates (new io stuff and VERSION, device())