Ramon Leon Fournier <moncho.leon@...> wrote in message news:<bhtsck$37jp5$1@...>... ... Actually, that's not a very good example -...
106116
Simon Burton
simonb@...
Aug 21, 2003 3:15 am
... python.vim seems to work well enough, my filetype.vim has this now: " Python au BufNewFile,BufRead *.py setf python " PyRex au BufNewFile,BufRead *.pyx...
106117
David M. Cooke
cookedm+news@...
Aug 21, 2003 3:26 am
... Add this to your .vimrc: if !exists("autocommands_loaded") let autocommands_loaded=1 augroup filetypedetect au! BufRead,BufNewFile *.pyx setfiletype python...
106118
JanC
usenet_spam@...
Aug 21, 2003 3:52 am
... Sounds familiar, you're not the only "sick puppy"... ;-) -- JanC "Be strict when sending and tolerant when receiving." RFC 1958 - Architectural Principles...
106119
Carl Banks
imbosol@...
Aug 21, 2003 4:04 am
... I'd volunteer, but the page would end up turning into an anti-Perl tirade. -- CARL BANKS http://www.aerojockey.com/software "You don't...
106120
David McNab
postmaster@...
Aug 21, 2003 4:17 am
Hi, When using os.popen, or popen2.Popen3 objects, I see a situation when the child process sometimes doesn't get terminated, even when the child program has...
106121
David M. Cook
davecook@...
Aug 21, 2003 4:19 am
In article <c60a5a12.0308201816.22f4c9c7@...>, ... Brandon's not very interesting (or only as interesting as the spectacle of someone behaving...
106122
JanC
usenet_spam@...
Aug 21, 2003 4:42 am
... You know this proverb: "change the world, start with yourself" ? -- JanC "Be strict when sending and tolerant when receiving." RFC 1958 - Architectural...
106123
Mail000.Bounces@...
Aug 21, 2003 4:42 am
Warning - a possible virus was detected in your message to: paul.v.biron@... -- http://mail.python.org/mailman/listinfo/python-list...
106124
Carl Banks
imbosol@...
Aug 21, 2003 4:42 am
Who else? -- CARL BANKS http://www.aerojockey.com/software "You don't run Microsoft Windows. Microsoft Windows runs you." -- ...
106125
Nick Vargish
nav+posts@...
Aug 21, 2003 4:42 am
... When there's a stinging insect flying around the room, I like to be able to see it. Also, his perspective is so different from mine, I find it useful to be...
106126
Michael Peuser
mpeuser@...
Aug 21, 2003 4:47 am
"Irmen de Jong" <irmen@-NOSPAM-REMOVETHIS-xs4all.nl> schrieb im Newsbeitrag news:3f43e5cf$0$49115$e4fe514c@.... ... This are my advice as well....
106127
Erik Lechak
prochak@...
Aug 21, 2003 4:54 am
Hello all, I wrote the code below. It is simply a dictionary that uses regular expressions to match keys. A quick look at _test() will give you an example. ...
106128
Stelian Iancu
stelian.iancu@...
Aug 21, 2003 5:09 am
... Well, that's what I did in the end. I compiled Qt 3.1.2 from sources and now it works perfectly. Thanks! -- Stelian Iancu Linux registered user 287835 Be...
106129
Olivier Drolet
trimtab@...
Aug 21, 2003 5:13 am
Alex Martelli <aleax@...> wrote in message news:<ExR0b.21526$zN5.666078@...>... ... (...) ... Macros, as found in Common Lisp, do not change the...
106130
Kris Caselden
google@...
Aug 21, 2003 5:13 am
I'm sure this is a simple newbie problem, but I can't figure it out for the life of me. The code: import sys, os input = open("example.py","r") Gives me the...
106131
Raymond Hettinger
vze4rx4y@...
Aug 21, 2003 5:14 am
"Erik Lechak" <prochak@...> wrote in message news:1f0bdf30.0308202049.7d251469@.... ... Google may prove me wrong, but this looks like...
106132
Terry Reedy
tjreedy@...
Aug 21, 2003 5:27 am
"Erik Lechak" <prochak@...> wrote in message news:1f0bdf30.0308202049.7d251469@.... ... Not that I know of ... List comp builds a...
106133
Raymond Hettinger
vze4rx4y@...
Aug 21, 2003 5:51 am
"dan" ... The extension modules run at optimized C speed because they *are* optimized C. For pure python applications, Psyco can provide just-in-time native ...
106134
Alex Martelli
aleax@...
Aug 21, 2003 5:51 am
Kenny Tilton wrote: ... Hear, hear! Or one you just can't stand the nested-parentheses idea, then that's what Dylan was designed for: much the same semantics ...
106135
Alex Martelli
aleax@...
Aug 21, 2003 5:54 am
derek / nul wrote: ... Change the statement to: codecs.lookup(codecs,BOM_UTF16_LE) Alex -- http://mail.python.org/mailman/listinfo/python-list...
106136
Carl Banks
imbosol@...
Aug 21, 2003 5:56 am
... I'm going to guess. I'll bet you used "from os import *" somewhere above that. os has a function "open" that closely interfaces the operating system's...
106137
Andrew Dalke
adalke@...
Aug 21, 2003 5:57 am
... Alex ... Typo? Shouldn't that be a "." instead of a "."? In any case ... Traceback (most recent call last): File "<interactive input>", line 1, in ? File...
106138
Alex Martelli
aleax@...
Aug 21, 2003 6:14 am
Andrew Dalke wrote: ... Back when I gave Eiffel a serious try, I easily slid into [the equivalent of]: itsAtom = Atom() [for an instance member variable --...
106139
Andrew Dalke
adalke@...
Aug 21, 2003 6:14 am
... Something I rather don't like given how much old code I have which uses 'file' as a variable. Ditto for quite a few pieces of the standard library. Andrew...
106140
Alex Martelli
aleax@...
Aug 21, 2003 6:24 am
Andrew Dalke wrote: ... Just as prevalent is the wish to please EVERYone -- that's how one gets, say, PL/I, or perl... by NOT deliberately refusing to "get...
106141
Alex Martelli
aleax@...
Aug 21, 2003 6:26 am
... I think (but will gladly stand corrected if I'm wrong!) that this is a misinterpretation of some code I posted -- the C code (crazily) used pow(x,2.0), the...
106142
Andrew Dalke
adalke@...
Aug 21, 2003 6:27 am
... I have about no idea of what that means. Could you explain without using syntax? My guess is that it caches function calls, based only on the variable...
106143
Bror Johansson
bror.johansson@...
Aug 21, 2003 6:27 am
... should be: http://hem.fyristorg.com/matben/qt/ -- http://mail.python.org/mailman/listinfo/python-list...
106144
Alex Martelli
aleax@...
Aug 21, 2003 6:28 am
... It's very common use in classic Python, and sometimes handy for interactive or near-one-liner use, but in any "serious" program explicitly closing the file...