This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2001-04-18.15:30:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
this patch does several things to termios:

(1) changes all functions to be METH_VARARGS
(2) changes all functions to be able to take a file 
    object as the first parameter, as per 

http://mail.python.org/pipermail/python-dev/2001-February/012701.html

(3) give better error messages
(4) removes a bunch of comments that just repeat the
    docstrings
(5) #includes <termio.h> before #including
    <sys/ioctl.h> so more constants are actually
    #defined.
(6) a couple of docstring tweaks

I have tested this minimally (i.e. it builds, and
doesn't blow up too embarassingly) on OSF1/alpha and
on one of the sf compile farm's solaris boxes, and
rather more comprehansively on my linux/x86 box.

It still needs to be tested on all the other platforms
we build termios on (which is why I didn't do this
last week...)

I still need to do the docs.
History
Date User Action Args
2007-08-23 15:04:51adminlinkissue417081 messages
2007-08-23 15:04:51admincreate