[issue8078] add more baud constants to termios

2010-11-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Patch committed in r86610, thank you! -- nosy: +pitrou resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue8078] add more baud constants to termios

2010-11-20 Thread Rodolpho Eckhardt
Rodolpho Eckhardt added the comment: Added those baud rates using #ifdef's because I'm not sure all platforms will define them. -- keywords: +patch nosy: +Rodolpho.Eckhardt Added file: http://bugs.python.org/file19693/termios_baud.patch ___ Python t

[issue8078] add more baud constants to termios

2010-08-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue8078] add more baud constants to termios

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue8078] add more baud constants to termios

2010-03-06 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Library (Lib) priority: -> normal stage: -> needs patch versions: +Python 2.7, Python 3.2 ___ Python tracker ___ __

[issue8078] add more baud constants to termios

2010-03-05 Thread Jon Smirl
New submission from Jon Smirl : termios doesn't have the constants defined for higher baud rates on Linux. According to my bits/termios.h: #define B57600 0010001 #define B115200 0010002 #define B230400 0010003 #define B460800 0010004 #define B50 0010005 #define B576000 0010006 #