[Python-Dev] PEP 328 and PEP 338, redux (original) (raw)

Collin Winter collinw at gmail.com
Tue Jun 27 18:34:32 CEST 2006


On 6/27/06, Nicko van Someren <nicko at nicko.org> wrote:

Hum... other than effecting more or less every runnable python module around it should be very little impact. That sounds like quite a bit of impact to me!

Going from "name == 'main'" to "name.endswith('main')" can be handled by a search-and-replace function, so, yes, the impact is indeed minimal. It's not like you have to manually recode every usage.

Collin Winter



More information about the Python-Dev mailing list