Message 161228 - Python tracker

Message161228

Author eric.araujo
Recipients barry, eric.araujo, hynek, r.david.murray
Date 2012-05-20.19:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337543918.03.0.235476294681.issue14731@psf.upfronthosting.co.za>
In-reply-to
Content
A few thoughts:

- If policies are intended to be expanded with the clone method, I think the classes (here Compat32) don’t need to be made public.

- IIUC the policy framework supersedes various arguments like manglefrom or max_line_length, right?  If so there could be a bit of doc explaining how to switch from old-style usage to new policy goodness.
History
Date User Action Args
2012-05-20 19:58:38eric.araujosetrecipients: + eric.araujo, barry, r.david.murray, hynek
2012-05-20 19:58:38eric.araujosetmessageid: <1337543918.03.0.235476294681.issue14731@psf.upfronthosting.co.za>
2012-05-20 19:58:37eric.araujolinkissue14731 messages
2012-05-20 19:58:37eric.araujocreate