diff options
author | jcea <jcea@jcea.es> | 2018-01-28 13:00:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 13:00:48 (GMT) |
commit | f0a95f27c043e847a23940534fdfc53e1b3e31a1 (patch) | |
tree | 6768b281f6bafd007f5250c4950176419aaafe50 /Misc | |
parent | 6c51d518800cdda7ba16ae163be0d211d2c4fa12 (diff) | |
download | cpython-f0a95f27c043e847a23940534fdfc53e1b3e31a1.zip cpython-f0a95f27c043e847a23940534fdfc53e1b3e31a1.tar.gz cpython-f0a95f27c043e847a23940534fdfc53e1b3e31a1.tar.bz2 |
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-01-26-01-26-00.bpo-32660.tVJIWV.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-26-01-26-00.bpo-32660.tVJIWV.rst b/Misc/NEWS.d/next/Library/2018-01-26-01-26-00.bpo-32660.tVJIWV.rst new file mode 100644 index 0000000..5b33e1a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-01-26-01-26-00.bpo-32660.tVJIWV.rst @@ -0,0 +1,2 @@ +:mod:`termios` makes available ``FIONREAD``, ``FIONCLEX``, ``FIOCLEX``, +``FIOASYNC`` and ``FIONBIO`` also under Solaris/derivatives. |