YAML in std lib?

2017-07-29 Thread Goldstein
Hello. I'm new in this mailing list and, in fact, I've registered for one simple question. Why YAML is not yet included in the standard Python library? It's the most pythonic markup language, I think, and it's pretty popular. -- https://mail.python.org/mailman/listinfo/python-list

Re: handling xls with pyuno

2005-01-28 Thread Guido Goldstein
d BlueDCS which can do that. See here: http://cvs.bluedynamics.org/viewcvs/BlueDCS/ HIH Guido -- Guido Goldstein PGP Key: http://www.a-nugget.de/public-key.txt -- http://mail.python.org/mailman/listinfo/python-list

Re: Has anyone used davlib by Greg Stein?

2006-07-21 Thread Guido Goldstein
Hi! On Tue, 18 Jul 2006 15:06:55 +0200 Joel Hedlund <[EMAIL PROTECTED]> wrote: > Hi! > > I want to PUT files to a authenticated https WebDAV server from within > a python script. Therefore I put "python dav" into google, and the > davlib module by Greg Stein (and Guido?) came up. It seems to be

Re: Twisted vs POS (Plain-old sockets)

2006-09-04 Thread Guido Goldstein
Hi! On Sun, 3 Sep 2006 00:19:17 -0700 "Darren Kirby" <[EMAIL PROTECTED]> wrote: [...] > I guess I am wondering if given the fact I need a custom protocol, and need > to > talk TCP/IP should I stick with twisted or just use plain old sockets and > build it myself? Is there a third option I shoul

Re: UDP reading on multiple sockets

2009-05-19 Thread Guido Goldstein
Hi! On Mon, 18 May 2009 06:19:01 -0700 (PDT) [email protected] wrote: [...] > The only honest answer would be that I'm totaly unfamiliar with select > and also the documentation I found wasn't able to clear the picture. > So are there examples of using select together with sockets avail