summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-20 20:03:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-20 20:03:08 (GMT)
commita78f74ce02f5092e4c385eb2aee709d00942d0ed (patch)
tree587d293f86c3a141a31a5d6b587660f84c432fec /Misc
parent74abf6f873ff8fa37f7418c97ce2f0eb27ee09b6 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d61f953..99c09a3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -235,6 +235,7 @@ Josip Dzolonga
Maxim Dzumanenko
Walter Dörwald
Hans Eckardt
+Rodolpho Eckhardt
Grant Edwards
John Ehresman
Eric Eisner
diff --git a/Misc/NEWS b/Misc/NEWS
index 43afccd..0c0f5ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.