Python 2.6 and 3 support
Brought to you by:
cliechti
I'm interested to know when pySerial is likely to support Python 2.6 and 3.
It's not clear from the current download page whether 2.6 is supported. I assume 3 is not. It would be good to update the web site to clarify the situation with Python 2.6 and 3.
(Pywin32 for Python 3 has just been released. I'm sure that is a necessary step for pySerial support for Python 3.)
I did see this:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/8122659dbb48832e/2d975f65ef60409e?lnk=raot&pli=1
which suggests that 2.6 is supported to some degree.
I'm not aware of problem with 2.6. The use bytearray will be an issue for 3.x support.
3.x support will be released as separate package, soon.