From c94ebec4ea682bb5c174b0986bc24d726f7213bc Mon Sep 17 00:00:00 2001 From: cliechti Date: Fri, 11 Oct 2013 14:31:13 +0000 Subject: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@470 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8aa344f..35d3f65 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -444,6 +444,7 @@ Version 2.7 2012-nn-nn - rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh) - Posix: [Patch pyserial:28] Accept any speed on Linux +- Posix: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR Bugfixes: @@ -468,6 +469,6 @@ Bugfixes (win32): - [Bug 3550043] on Window in tools global name 'GetLastError' is not defined - [Bug pyserial:146] flush() does nothing in windows (despite docs) - [Bug pyserial:144] com0com ports ignored due to missing "friendly name" -- [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave +- [Bug pyserial:152] Cannot configure port, some setting was wrong. Can leave port handle open but port not accessible -- cgit v1.2.1