Re: Merging ordered lists

2008-06-01 Thread Taekyon
etal wrote:

> Speed actually isn't a problem yet; it might matter some day, but for
> now it's just an issue of conceptual aesthetics. Any suggestions?

Looks as if set does it for you.

-- 
Taekyon
--
http://mail.python.org/mailman/listinfo/python-list


Re: Stampare su stampante aghi

2005-09-24 Thread Taekyon
In a nutshell lux says that:

f = open("LPT1:")
f.write("bla bla")
f.close()

prints pure text very well, but he's looking for code that'll print
without having to specify how the printer is attached ( net, parallel,
usb or whatever).

the only thing that comes to my mind is getting python code to interact
with CUPS.

-- 
Taekyon
-- 
http://mail.python.org/mailman/listinfo/python-list