[issue7695] missing termios constants

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling a...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7695 ___ ___ Python-bugs-list mailing

[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 rep...@bugs.python.org http://bugs.python.org/issue7695

[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 rep...@bugs.python.org http://bugs.python.org/issue7695 ___

[issue7695] missing termios constants

2011-11-19 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: needs patch - patch review versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7695 ___

[issue7695] missing termios constants

2011-11-19 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo versions: -Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7695 ___

[issue7695] missing termios constants

2010-12-11 Thread Rodolpho Eckhardt
Rodolpho Eckhardt r...@rhe.vg 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 Conor Hughes
New submission from Conor Hughes con...@berkeley.edu: 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

[issue7695] missing termios constants

2010-01-13 Thread Conor Hughes
Conor Hughes con...@berkeley.edu added the comment: As these aren't POSIX, changing to feature request. -- type: behavior - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7695

[issue7695] missing termios constants

2010-01-13 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- priority: - normal stage: - needs patch versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7695