[Python-Dev] rationale for the no-new-features approach (original) (raw)

Anthony Baxter anthony at interlink.com.au
Wed Mar 9 13:17:06 CET 2005


So it's only fair that I write down my rationale for why I'm being anal about the no-new-features approach. Comments are more than welcome - ideally, after discussion, I'll put some more words in the bugfix PEP.

Goal 1: When we cut a bugfix release, people will upgrade to it.

Goal 2: Packagers of Python will package up releases of Python that are as close to the "official" release as possible.

Goal 3: Good PR.

Goal 4: Try and prevent something like try: True, False except NameError: True, False = 1, 0 from ever ever happening again.

Anthony

-- Anthony Baxter <anthony at interlink.com.au> It's never too late to have a happy childhood.



More information about the Python-Dev mailing list