[Python-ideas] Supporting already opened sockets in our socket-based server classes
Antoine Pitrou
solipsis at pitrou.net
Wed Jun 6 19:05:39 CEST 2012
Le 06/06/2012 17:23, Tarek Ziadé a écrit :
>
> Well, unix sockets are using this convention to point paths to unix
> sockets.
>
> e.g. unix:///some/path
Which unix sockets? In socketserver?
> in general, theURI scheme seems widely used out there,
>
> https://en.wikipedia.org/wiki/URI_scheme
My point is that if the parameter is currently a hostname, it isn't a
URI (AFAIK). Starting to mix both concepts could quickly become confusing.
> What do you propose ? another option ?
I think that's better indeed.
Regards
Antoine.
More information about the Python-ideas
mailing list