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 levkivskyi
Recipients arigo, docs@python, eric.snow, levkivskyi, ncoghlan, r.david.murray, rhettinger
Date 2015-06-20.13:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434808542.24.0.0130776914893.issue24129@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, I have submitted a new version of the patch. Could you please make a review? Nick, it will be interesting to hear your opinion too.

I tried to follow such rules:
1. Explanation should be succinct yet clear
2. It should tell as less as possible about implementation details
3. Minimize necessary changes

It turns out that these goals could be achieved by 
a) simply reshuffling and structuring the existing text to separate the exceptions (classes, etc.) from the general case;
and
b) adding some minor clarifications.

Armin, thank you for the link. It looks like this is a really old discussion.

PS: Unfortunately, the diff after reshuffling of the text looks big and cumbersome, in fact the changes are minimal.
History
Date User Action Args
2015-06-20 13:55:42levkivskyisetrecipients: + levkivskyi, arigo, rhettinger, ncoghlan, r.david.murray, docs@python, eric.snow
2015-06-20 13:55:42levkivskyisetmessageid: <1434808542.24.0.0130776914893.issue24129@psf.upfronthosting.co.za>
2015-06-20 13:55:42levkivskyilinkissue24129 messages
2015-06-20 13:55:41levkivskyicreate