Re: [Python-Dev] I have submitted a patch that implement IrDA socket support .

2006-07-17 Thread Martin v. Löwis
Yingbo Qiu wrote: > Will anyone have interest in the patch? This patch comes to late for Python 2.5. It might be considered for 2.6, if anybody has time to review it. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.o

[Python-Dev] I have submitted a patch that implement IrDA socket support .

2006-07-16 Thread Yingbo Qiu
I have uploaded it at https://sourceforge.net/tracker/download.php?group_id=5470&atid=305470&file_id=184896&aid=1522400. socketmodule.c already have a bluetooth socket, so i think we could put irda socket support in it. Now I can run a simple obex session through IrDA socket layer. my reference i