This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients eric.araujo, ezio.melotti, nailor, petri.lehtinen, sandro.tosi, terry.reedy
Date 2011-10-21.21:38:51
SpamBayes Score 2.5842297e-08
Marked as misclassified No
Message-id <1319233132.53.0.190564413224.issue12296@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio's comment got me to reread the entire paragraph. I do not like it. 'Having you think' is wrong; 'Basically just' is unneeded; 'guaranteed' is hyperbole; and the paragraph is otherwise repetitive, vague, and pretty useless. For most issues "the core developer who eventually handles your patch will make the final call on whether something is acceptable" is not exactly true and misses the point that we have clearly defined policies that all core developers follow. Here is a suggested replacement that says what is actually acceptable for what versions.

"Second, follow our backwards-compatibility and upgrade policies. New parameters (whose default is the current behavior), functions, and methods may be accepted, but only for a future x.y version. New classes, modules, and syntax (including keywords) get increasingly severe scrutiny and require discussion on the python-dev list. Bug fixes that make behavior better match the documented intention are nearly always accepted for current releases. So are fixes for mistakes and sufficiently bad wording in the documents. Changes away from the current documented behavior are only occasionally accepted and only for future releases. Since they nearly always require at least a few people to update their code, they require special consideration, including a python-dev discussion, and a deprecation process."
History
Date User Action Args
2011-10-21 21:38:52terry.reedysetrecipients: + terry.reedy, ezio.melotti, eric.araujo, sandro.tosi, nailor, petri.lehtinen
2011-10-21 21:38:52terry.reedysetmessageid: <1319233132.53.0.190564413224.issue12296@psf.upfronthosting.co.za>
2011-10-21 21:38:51terry.reedylinkissue12296 messages
2011-10-21 21:38:51terry.reedycreate