Re: [Python-Dev] what's really new in python 2.5 ?
On 2006-10-03 20:10:14 +0200, A.M. Kuchling wrote: > I've added a robots.txt to keep crawlers out of /dev/. Isn't there a lot of useful, search-engine worthy stuff in /dev? I search for peps with google, and I suppose the 'explanation' section, as well as the developer faq and subversion instructions, are good pages that deserve to be in the google index. Should /dev really be Disallow:'ed entirely in robots.txt? kind regards, Gerrit Holl. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Multiple expression eval in compound if statement?
Hi, Raymond Hettinger wrote: > I think it unwise to allow x to be any expression. Besides altering > existing semantics, it leads to code redundancy and to a fragile > construct (where the slightest alteration of any of the expressions > triggers a silent reversion to O(n) behavior). What would happen if 'x' were to be an object whose class has a __eq__ that is defined in an odd way, e.g. having side effects? Might this mean behaviour change even if 'x' is a local variable? yours, Gerrit Holl. -- Weather in Twenthe, Netherlands 18/06 17:25: 24.0°C wind 3.1 m/s NE (57 m above NAP) -- In the councils of government, we must guard against the acquisition of unwarranted influence, whether sought or unsought, by the military-industrial complex. The potential for the disastrous rise of misplaced power exists and will persist. -Dwight David Eisenhower, January 17, 1961 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Adding the 'path' module (was Re: Some RFE for review)
Guido van Rossum wrote: > > By the way, it also occurs to me that for the sake of subclassability, the > > methods should not return 'path(somestr)' when creating new objects, but > > instead use self.__class__(somestr). > > Clearly it needs a PEP. I haven't read the rest of the thread Once, there was a path-related pre-PEP. http://topjaklont.student.utwente.nl/creaties/path/pep-.html It was never finished, nor am I working on it, but it's public domain. Just wanted to remind potential PEP-authors. regards, Gerrit. -- Weather in Twenthe, Netherlands 29/06 10:55: 18.0°C Few clouds mostly cloudy wind 1.3 m/s None (57 m above NAP) -- In the councils of government, we must guard against the acquisition of unwarranted influence, whether sought or unsought, by the military-industrial complex. The potential for the disastrous rise of misplaced power exists and will persist. -Dwight David Eisenhower, January 17, 1961 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com