Shantanu
|
6ff5b88ca7
|
typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
|
2020-10-23 09:40:06 +02:00 |
|
Michael Lee
|
efb67946f8
|
Use variable annotations everywhere (#2909)
|
2019-04-13 10:40:52 +02:00 |
|
Philipp Hahn
|
4e3b8f7e15
|
tty.set*() accepts fd or file object (#2285)
<https://docs.python.org/2/library/tty.html>
> ... requires the termios module ...
<https://docs.python.org/2/library/termios.html#module-termios>
> All functions in this module take a file descriptor fd as their first
> argument. This can be an integer file descriptor ... or a file object,
|
2018-06-27 20:12:04 -07:00 |
|
Eddie Antonio Santos
|
16babfdfda
|
Stub for tty (#1038)
Adds Python 2 and 3 stubs for `tty` module. Addresses one of the missing stubs mentioned in #1019.
|
2017-03-19 17:35:31 -07:00 |
|