[issue7695] missing termios constants

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: -akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue7695] missing termios constants

2012-11-03 Thread Christian Heimes
Christian Heimes added the comment: The patch looks good to me but it's missing doc updates. -- nosy: +christian.heimes ___ Python tracker ___

[issue7695] missing termios constants

2012-11-03 Thread A.M. Kuchling
A.M. Kuchling added the comment: Patch seems clearly correct; compiles & works on MacOS. We could just apply this. -- nosy: +akuchling versions: +Python 3.4 -Python 3.3 ___ Python tracker _

[issue7695] missing termios constants

2011-11-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo versions: -Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7695] missing termios constants

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: needs patch -> patch review versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list maili

[issue7695] missing termios constants

2010-12-11 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Because these constants might not exist on all platforms, the patch uses ifdef's around them. -- keywords: +patch nosy: +Rodolpho.Eckhardt Added file: http://bugs.python.org/file20015/patch_termios_consts_issue7695.diff

[issue7695] missing termios constants

2010-01-13 Thread Brian Curtin
Changes by Brian Curtin : -- priority: -> normal stage: -> needs patch versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ _

[issue7695] missing termios constants

2010-01-13 Thread Conor Hughes
Conor Hughes added the comment: As these aren't POSIX, changing to feature request. -- type: behavior -> feature request ___ Python tracker ___ __

[issue7695] missing termios constants

2010-01-13 Thread Conor Hughes
New submission from Conor Hughes : Module termios is missing some constants useful for handling control characters under Mac OS X (and Solaris, and probably BSD but I don't have a pure BSD system to test against). In particular, these systems support a control character "DSUSP" (which is simi