hafidz1977 / pymodbus

Automatically exported from code.google.com/p/pymodbus
0 stars 0 forks source link

Python 3 Branch #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make sure that as much as possible works under python 3:

- tests
- functional tests
- pyserial (ported to 3.2)

The synchronous code should work fine under 3.2, just nothing that depends on 
twisted (only 50% done with 3x port).

Original issue reported on code.google.com by Bashw...@gmail.com on 6 May 2011 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by Bashw...@gmail.com on 11 May 2011 at 2:17

GoogleCodeExporter commented 9 years ago
The current python3 branch is a branch of the current trunk with all the 2to3 
warnings fixed.  Note that it has not been tested.

Original comment by Bashw...@gmail.com on 11 May 2011 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by Bashw...@gmail.com on 6 Jun 2013 at 4:49