Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55745

Re: Where and when does Python say this to you?

From gracemia gracemia <gracemia@gmail.com>
Subject Re: Where and when does Python say this to you?
Newsgroups comp.lang.python
References <b2134cf5-d4d0-4538-a240-0e3d0b7aacfb@w19g2000yqa.googlegroups.com>
Message-ID <20112882733usenet@eggheadcafe.com> (permalink)
Organization TeraNews.com
Date 2011-02-08 13:27 +0000

Show all headers | View raw


This is the simple code:

----------------------------------------
import socket

sock = socket(AF_UNIX, SOCK_STREAM)
------------------------------------------

Thank you

Submitted via EggHeadCafe 
SQL Server CLR Stored Procedures for External Access
http://www.eggheadcafe.com/tutorials/aspnet/08c40d08-af4a-41f6-9352-91ac82b90078/sql-server-clr-stored-procedures-for-external-access.aspx

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: AF_UNIX socket not supported Jean-Paul Calderone <calderone.jeanpaul@gmail.com> - 2011-02-08 04:49 -0800
  Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:27 +0000
  Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:26 +0000
    Re: Where and when does Python say this to you? Grant Edwards <invalid@invalid.invalid> - 2011-02-08 14:54 +0000
  Re: Where and when does Python say this to you? gracemia gracemia <gracemia@gmail.com> - 2011-02-08 13:28 +0000

csiph-web