wanna stop by my homemade glory hole?
my husband is installing an extra bathroom poolside. there is a perfect size hole (unless you have a huge cock) to stick your dick through into the adjoing room. come around the side of my house(perfect if you look like a repair man) enter into the unfisnished bathroom and I'll service you from the other side. you can leave when your done, no talking or small talk. i want to do this before the hole gets patched up. its been a huge fantasy of mine ever since I've seen a glory hole online. you can email me for a time convienient for you. im home all-day most days so my schedule is open. do you prefer a certain color of lipstick? check out my pic and email here under suzzette www.no-strings-fun.net/suzzette ready and waiting, me ;o) -- http://mail.python.org/mailman/listinfo/python-list
Re: Can we pass some arguments to system("cmdline")?
Thanks all for the reply. I'll try out those things out. :)
Cheers,
Didier.
Leif K-Brooks a écrit :
> Didier C wrote:
> > E.g in Perl, we can do something like:
> >
> > $dir="/home/cypher";
> >
> > system("ls $dir");
> >
> > Is there a way to reproduce the same thing in Python?
>
> system("ls %s" % dir)
>
> But you should really be using subprocess for security (so that if
> dir=="/home/foo; rm -rf /" nothing bad will happen):
>
> import subprocess
> subprocess.Popen(['ls', dir])
--
http://mail.python.org/mailman/listinfo/python-list
