[Python-checkins] python/dist/src/Misc ACKS,1.220,1.221 NEWS,1.580,1.581

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 31 Dec 2002 04:55:17 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv27086/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #656590: /dev/ptmx support for ptys.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.220
retrieving revision 1.221
diff -C2 -d -r1.220 -r1.221
*** ACKS	28 Dec 2002 21:56:07 -0000	1.220
--- ACKS	31 Dec 2002 12:55:14 -0000	1.221
***************
*** 513,516 ****
--- 513,517 ----
  Ken Stox
  Daniel Stutzbach
+ Paul Swartz
  William Tanksley
  Christian Tanzer

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.580
retrieving revision 1.581
diff -C2 -d -r1.580 -r1.581
*** NEWS	31 Dec 2002 10:22:38 -0000	1.580
--- NEWS	31 Dec 2002 12:55:14 -0000	1.581
***************
*** 360,363 ****
--- 360,365 ----
  -----------------
  
+ - posix.openpty now works on all systems that have /dev/ptmx.
+ 
  - A module zipimport exists to support importing code from zip
    archives.