[New-bugs-announce] [issue28367] Add more standard baud rate constants to "termios"

Andrey Smirnov report at bugs.python.org
Wed Oct 5 15:22:47 EDT 2016


New submission from Andrey Smirnov:

Termios magic constants for the following baud rates:

  - B500000
  - B576000
  - B921600
  - B1000000
  - B1152000
  - B1500000
  - B2000000
  - B2500000
  - B3000000
  - B3500000
  - B4000000

in Linux are different between various architectures (i. e. PowerPC and Alpha are different from the rest of them). And because they are defined as per-processor symbols the only way to access them is if they are built-in as a part of CPython during its compilation.

Attached is the patch implementing that

----------
components: Library (Lib)
files: add-more-termios-baudrates.patch
keywords: patch
messages: 278145
nosy: Andrey Smirnov, twouters
priority: normal
severity: normal
status: open
title: Add more standard baud rate constants to "termios"
type: enhancement
Added file: http://bugs.python.org/file44977/add-more-termios-baudrates.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28367>
_______________________________________


More information about the New-bugs-announce mailing list