Bug#706518: python3-serial: rfc2217 support broken (cannot even import serial.rfc2217)

2022-04-02 Thread Bastian Germann
Control: retitle -1 python3-serial: rfc2217 support broken The original issue was solved upstream with https://github.com/pyserial/pyserial/pull/183 in v3.3

Bug#706518: python3-serial: rfc2217 support broken (cannot even import serial.rfc2217)

2013-05-01 Thread Sascha Silbe
Package: python3-serial Version: 2.5-2.1 Severity: important Dear Maintainer, the RFC2217 support of pyserial, at least when used with Python 3, is completely broken. Even just importing serial.rfc2217 fails: === Begin === sascha.silbe@twin:~$ python3 Python 3.2.3 (default, Feb 20 2013,

Bug#706518: python3-serial: rfc2217 support broken (cannot even import serial.rfc2217)

2013-05-01 Thread Sascha Silbe
Sascha Silbe sascha-debian-bugs-pyserial-2013-05...@silbe.org writes: the RFC2217 support of pyserial, at least when used with Python 3, is completely broken. Even just importing serial.rfc2217 fails: [...] I managed to fix that part by replacing serial.serialutil.to_bytes() with the