Re: Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-10-08 Thread Alex Martelli
Steve Holden <[EMAIL PROTECTED]> wrote: ... > >> Are people really too lazy to do elementary research on Google? > > goes a bit too far in imputing motives to the enquirer and overlooking > the fact that there are some very good reasons for *not* using Google. It's a good thing you don't actu

Re: Where to find python c-sources

2005-10-07 Thread John J. Lee
Terry Hancock <[EMAIL PROTECTED]> writes: > On Friday 30 September 2005 04:37 pm, John J. Lee wrote: > > "Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes: > > > Thanks for the answers... And yes, I have searched google! > > > > How odd -- the most useful link (the viewcvs page for this source > >

Re: Where to find python c-sources

2005-10-06 Thread Terry Hancock
On Monday 03 October 2005 12:26 pm, John J. Lee wrote: > [Tor Erik S�nvisen] > > socketmodule.c, but I can't locate this file... Where should I look? > > [John, finding 'socketmodule.c' responds well to "I'm Feeling Lucky"] > > Does google vary in its results across the globe? > > [Michael] > > T

Re: Where to find python c-sources

2005-10-06 Thread Terry Hancock
On Friday 30 September 2005 04:37 pm, John J. Lee wrote: > "Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes: > > Thanks for the answers... And yes, I have searched google! > > How odd -- the most useful link (the viewcvs page for this source > file) is the very first link for me when I search for s

Re: Where to find python c-sources

2005-10-03 Thread Fredrik Lundh
Peter Hansen wrote: > Sorry, but this defense is less than weak. Using "python > socketmodule.c" you actually get the right answer as the third result, > while with the even-more-obvious-to-a-rookie "socketmodule.c" you get it > as the *first* result. using just "python" gives you a link to the

Re: Where to find python c-sources

2005-10-03 Thread Peter Hansen
Michael wrote: > John J. Lee wrote: >>You believe that Tor is dumb enough not to think of searching for >>"socketmodule.c" when, um, searching for socketmodule.c? > > He said he had tried google - OK, not in the first post but early in this > thread - I don't equate that with being dumb - just du

Re: Where to find python c-sources

2005-10-03 Thread Szabolcs Nagy
if u just want to browse the code online then use this: http://fisheye.cenqua.com/viewrep/python/python/dist/src *much* nicer than sourceforge cvs viewer nsz -- http://mail.python.org/mailman/listinfo/python-list

Re: Where to find python c-sources

2005-10-03 Thread Michael
John J. Lee wrote: > [Tor Erik S�nvisen] >> socketmodule.c, but I can't locate this file... Where should I look? > > [John, finding 'socketmodule.c' responds well to "I'm Feeling Lucky"] >> Does google vary in its results across the globe? > > [Michael] >> The search terms might be obvious to yo

Re: Where to find python c-sources

2005-10-03 Thread John J. Lee
[Tor Erik S�nvisen] > socketmodule.c, but I can't locate this file... Where should I look? [John, finding 'socketmodule.c' responds well to "I'm Feeling Lucky"] > Does google vary in its results across the globe? [Michael] > The search terms might be obvious to you, but it simply means your googl

Re: Where to find python c-sources

2005-10-01 Thread Michael
John J. Lee wrote: > "Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes: >> "Erik Max Francis" <[EMAIL PROTECTED]> wrote in message >> > Tor Erik S�nvisen wrote: >> >> I need to browse the socket-module source-code. I believe it's >> >> contained in the file socketmodule.c, but I can't locate this file

Re: Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-10-01 Thread Erik Max Francis
Steve Holden wrote: > I don't think "The source tarball on python.org" could claim to be > telling him "exactly where it was" given that my copy of the web site > has 341 MB of stuff in it. He doesn't have to search through the whole thing, there's a link on the front page, so this 341 MB figu

Re: Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-10-01 Thread Steve Holden
Erik Max Francis wrote: > Steve Holden wrote: > > >>While a snappish "go and look it up on Google" might suffice for a >>mouthy apprentice who's just asked their thirteenth question in the last >>half hour, it's (shall we say) a little on the brusque side for someone >>who only appears on the

Re: Where to find python c-sources

2005-09-30 Thread Paul Boddie
John J. Lee wrote: > How odd -- the most useful link (the viewcvs page for this source > file) is the very first link for me when I search for socketmodule.c > > Does google vary in its results across the globe? Actually, yes, although in this case the top result is the same for both google.no (wh

Re: Where to find python c-sources

2005-09-30 Thread John J. Lee
"Tor Erik Sønvisen" <[EMAIL PROTECTED]> writes: > "Erik Max Francis" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Tor Erik S�nvisen wrote: > > > >> I need to browse the socket-module source-code. I believe it's contained > >> in the file socketmodule.c, but I can't locate th

Re: Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-09-30 Thread Erik Max Francis
Steve Holden wrote: > While a snappish "go and look it up on Google" might suffice for a > mouthy apprentice who's just asked their thirteenth question in the last > half hour, it's (shall we say) a little on the brusque side for someone > who only appears on the group last February, and has a

Re: Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-09-30 Thread Richie Hindle
[Steve] > In short, this group is a broad church, and those readers with brain s > the size of planets should remember that they are just as much in a > minority as the readers who appear on the list for the first time this > week. The vast majority are here to learn and grow, and I think that'

Google Not Universal Panacea [was: Re: Where to find python c-sources]

2005-09-30 Thread Steve Holden
Tor Erik Sønvisen wrote: > "Erik Max Francis" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>Tor Erik Sønvisen wrote: >> >> >>>I need to browse the socket-module source-code. I believe it's contained >>>in the file socketmodule.c, but I can't locate this file... Where should

Re: Where to find python c-sources

2005-09-30 Thread Tor Erik S�nvisen
"Erik Max Francis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Tor Erik Sønvisen wrote: > >> I need to browse the socket-module source-code. I believe it's contained >> in the file socketmodule.c, but I can't locate this file... Where should >> I look? > > The source tarball,

Re: Where to find python c-sources

2005-09-29 Thread Peter Hansen
Dave Benjamin wrote: > Tor Erik Sønvisen wrote: >> I need to browse the socket-module source-code. I believe it's >> contained in the file socketmodule.c, but I can't locate this file... >> Where should I look? > > You can browse the Python CVS tree here: > http://cvs.sourceforge.net/viewcvs.py/

Re: Where to find python c-sources

2005-09-29 Thread Dave Benjamin
Tor Erik Sønvisen wrote: > I need to browse the socket-module source-code. I believe it's contained in > the file socketmodule.c, but I can't locate this file... Where should I > look? You can browse the Python CVS tree here: http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/ For exa

Re: Where to find python c-sources

2005-09-29 Thread Max M
Erik Max Francis wrote: > Tor Erik Sønvisen wrote: > >> I need to browse the socket-module source-code. I believe it's >> contained in the file socketmodule.c, but I can't locate this file... >> Where should I look? > > The source tarball, available on python.org. Are people really too lazy >

Re: Where to find python c-sources

2005-09-29 Thread Grant Edwards
On 2005-09-29, Erik Max Francis <[EMAIL PROTECTED]> wrote: > Tor Erik Sønvisen wrote: > >> I need to browse the socket-module source-code. I believe it's >> contained in the file socketmodule.c, but I can't locate this >> file... Where should I look? > > The source tarball, available on python.org.

Re: Where to find python c-sources

2005-09-29 Thread Michael J. Fromberger
In article <[EMAIL PROTECTED]>, "Tor Erik Sønvisen" <[EMAIL PROTECTED]> wrote: > Hi > > I need to browse the socket-module source-code. I believe it's contained in > the file socketmodule.c, but I can't locate this file... Where should I > look? I recommend you look in the "Modules" subdirect

Re: Where to find python c-sources

2005-09-29 Thread Erik Max Francis
Tor Erik Sønvisen wrote: > I need to browse the socket-module source-code. I believe it's contained in > the file socketmodule.c, but I can't locate this file... Where should I > look? The source tarball, available on python.org. Are people really too lazy to do elementary research on Google?

Where to find python c-sources

2005-09-29 Thread Tor Erik S�nvisen
Hi I need to browse the socket-module source-code. I believe it's contained in the file socketmodule.c, but I can't locate this file... Where should I look? regards tores -- http://mail.python.org/mailman/listinfo/python-list