[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 list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com




[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7695
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 DSUSP (which is 
similar to SUSP), but there is no provided symbol for the index into the cc 
array to use. The correct value for the proposed termios.VDSUSP would be 11 on 
MacOS and Solaris. I'm no Linux wizard but I don't believe it has this control 
character.

In addition, MacOS supports a control character STATUS, and the correct value 
for the proposed termios.VSTATUS would be 18.

Likewise, _POSIX_VDISABLE (or some similar identifier) is missing from the 
module. I believe the correct value on Solaris would be '\x00', MacOS '\xff', 
Linux '\x00'.

--
components: Library (Lib)
messages: 97736
nosy: conorh
severity: normal
status: open
title: missing termios constants
type: behavior
versions: Python 2.5, Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7695
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com