[Python-Dev] Release Schedules (was Stability & change) (original) (raw)

Guido van Rossum guido@python.org
Thu, 11 Apr 2002 21:25:35 -0400


[Raymond Hettinger]

The anti-change [...] will surely welcome a refactored parser, an exposed parser, unified ints/longs, and optimized variable access.

Whoa, that's exactly where experimental releases would be good. You picked a wonderful set of examples!

IOW, I believe that major, useful changes can be made without enraging the anti-change crowd.

I'm not so sure. :-(

Improving the product, fixing bugs, expanding the library, filling in missing features, optimizing, and instrumenting aren't the issue. Just don't mess with the syntax and people won't freak.

I wish that were true. Adding bool doesn't change any syntax at all.

Raymond Hettinger

P.S. The one area I'm less certain about is Deprecation. Phasing out lambda, map, and filter would please many but may have an equally strong counter-reaction. It's hard to tell (sometimes I think I'm the only one who like the functional stuff).

Not worth the fight.

P.S.S. I think the intensity of reaction to PEP 285 has to do with it being central to future programming style. It will affect and appear in programs across the board. Essentially, this proposal will be as pervasive as a change to the grammar would be.

Maybe. And then again, there are people who believe that no function should return a bool -- so why would they care. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)