diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2020-01-04 12:56:31 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2020-01-04 12:56:31 (GMT) |
commit | 7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89 (patch) | |
tree | 17897345c788d179523cc7d71a0b707b2bc6c923 /Misc | |
parent | 3a5de511596f17575de082dcb8d43d63b2bd2da9 (diff) | |
download | cpython-7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89.zip cpython-7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89.tar.gz cpython-7dc72b8d4f2c9d1eed20f314fd6425eab66cbc89.tar.bz2 |
bpo-28367: Add additional baud rates for termios (GH-13142)
Co-authored-by: Andrey Smirnov <andrew.smirnov@gmail.com>.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-06-22-38-47.bpo-28367.2AKen5.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-06-22-38-47.bpo-28367.2AKen5.rst b/Misc/NEWS.d/next/Library/2019-05-06-22-38-47.bpo-28367.2AKen5.rst new file mode 100644 index 0000000..115f458 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-06-22-38-47.bpo-28367.2AKen5.rst @@ -0,0 +1,13 @@ +Termios magic constants for the following baud rates:
+ - B500000
+ - B576000
+ - B921600
+ - B1000000
+ - B1152000
+ - B1500000
+ - B2000000
+ - B2500000
+ - B3000000
+ - B3500000
+ - B4000000
+Patch by Andrey Smirnov
\ No newline at end of file |