[Python-checkins] python/dist/src/Misc ACKS, 1.257, 1.258 NEWS, 1.924, 1.925

loewis at projects.sourceforge.net loewis at projects.sourceforge.net
Sat Jan 31 07:34:19 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4650/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #874083: Bluetooth support for socket module.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** ACKS	5 Jan 2004 10:13:34 -0000	1.257
--- ACKS	31 Jan 2004 12:34:16 -0000	1.258
***************
*** 178,181 ****
--- 178,182 ----
  Russell Finn
  Nils Fischbeck
+ Frederik Fix
  Hernán Martínez Foffani
  Doug Fort

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.924
retrieving revision 1.925
diff -C2 -d -r1.924 -r1.925
*** NEWS	29 Jan 2004 06:37:50 -0000	1.924
--- NEWS	31 Jan 2004 12:34:16 -0000	1.925
***************
*** 122,125 ****
--- 122,128 ----
  -----------------
  
+ - The socket module now supports Bluetooth sockets, if the
+   system has <bluetooth/bluetooth.h>
+ 
  - Added a collections module containing a new datatype, deque(),
    offering high-performance, thread-safe, memory friendly appends




More information about the Python-checkins mailing list