Re: Nice copy in interactive terminal

2009-08-13 Thread Elias Fotinis (eliasf)
casebash wrote: I've been wondering for a while if there exists an interactive terminal which has nice copy feature (ie. I can copy code without getting the in front of every line). It would help if we knew what platform you're interested in -- your User-Agent is G2/1.0, but I don't know

Re: unique-ifying a list

2009-08-08 Thread Elias Fotinis (eliasf)
kj wrote: I suppose that I could write something like def uniquify(items): seen = set() ret = [] for i in items: if not i in seen: ret.append(i) seen.add(i) return ret But this seems to me like such a commonly needed operation that I find it hard to

Re: Pywin32 @ windows 7

2009-08-08 Thread Elias Fotinis (eliasf)
Dennis Lee Bieber wrote: Ever consider that the name has WIN32 in, and not WIN64, for a reason? Win32 is a misnomer; it just means non-Win16. The same API exists in Windows x64 (with pointers expanded to 64-bit, of course). -- http://mail.python.org/mailman/listinfo/python-list

Re: Pywin32 @ windows 7

2009-08-08 Thread Elias Fotinis (eliasf)
Algirdas Brazas wrote: Did anyone manage to get windows extensions installet on windows 7 64 bit? As far as I try I get only Setup program invalid or damaged. Try downloading the installer again. It should work then. I haven't tested it on Win7, but my Vista machine has Python and pywin32

Re: www.python.org website is down?

2009-08-08 Thread Elias Fotinis (eliasf)
Caezar wrote: I cannot connect to the official Python website. [snip] Are you experiencing the same problem? Yes, it's been down for a while. A useful site to check in such occasions is http://downforeveryoneorjustme.com/. -- http://mail.python.org/mailman/listinfo/python-list

Re: Bug or feature: double strings as one

2009-08-08 Thread Elias Fotinis (eliasf)
Carl Banks wrote: http://www.geocities.com/connorbd/tarpit/magentaaarm.html (It's on Geocities, yikes, someone better archive that) http://web.archive.org/web/*/http://www.geocities.com/connorbd/tarpit/magentaaarm.html :) -- http://mail.python.org/mailman/listinfo/python-list