diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-20 20:03:08 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-20 20:03:08 (GMT) |
commit | a78f74ce02f5092e4c385eb2aee709d00942d0ed (patch) | |
tree | 587d293f86c3a141a31a5d6b587660f84c432fec /Misc | |
parent | 74abf6f873ff8fa37f7418c97ce2f0eb27ee09b6 (diff) | |
download | cpython-a78f74ce02f5092e4c385eb2aee709d00942d0ed.zip cpython-a78f74ce02f5092e4c385eb2aee709d00942d0ed.tar.gz cpython-a78f74ce02f5092e4c385eb2aee709d00942d0ed.tar.bz2 |
Issue #8078: Add constants for higher baud rates in the termios module.
Patch by Rodolpho Eckhardt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -235,6 +235,7 @@ Josip Dzolonga Maxim Dzumanenko Walter Dörwald Hans Eckardt +Rodolpho Eckhardt Grant Edwards John Ehresman Eric Eisner @@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #8078: Add constants for higher baud rates in the termios module. + Patch by Rodolpho Eckhardt. + - Issue #10407: Fix two NameErrors in distutils. - Issue #10371: Deprecated undocumented functions in the trace module. |