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 aymeric.augustin
Recipients Jeremy Banks, Jim.Jewett, Mark.Bucciarelli, Ronny.Pfannschmidt, adamtj, asvetlov, aymeric.augustin, bulb, dholth, flox, ghaering, monsanto, pitrou, r.david.murray, scott.urban, torsten, tshepang, zzzeek
Date 2014-06-13.20:07:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402690038.4.0.0437918587819.issue10740@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your feedback!

Indeed this is a documentation patch describing what I could implement if a core dev gave the slightest hint that it stands a small chance of getting included. There's no point in writing code that Python core doesn't want.

I designed this API to maximize the chances it would be accepted, based on what I know of Python's development. That's probably why it was merely ignored rather than rejected ;-) More seriously, since I'm interested in improving what the stdlib ships, I have to take backwards compatibility into account. If I just wanted to implement a different API, I'd do it outside of CPython.

Yes, I could add PEP 249 compliance considerations to the docs. I'll do it if my general approach is accepted.
History
Date User Action Args
2014-06-13 20:07:18aymeric.augustinsetrecipients: + aymeric.augustin, ghaering, pitrou, Jeremy Banks, r.david.murray, zzzeek, asvetlov, flox, adamtj, dholth, torsten, monsanto, scott.urban, tshepang, Ronny.Pfannschmidt, Mark.Bucciarelli, Jim.Jewett, bulb
2014-06-13 20:07:18aymeric.augustinsetmessageid: <1402690038.4.0.0437918587819.issue10740@psf.upfronthosting.co.za>
2014-06-13 20:07:18aymeric.augustinlinkissue10740 messages
2014-06-13 20:07:17aymeric.augustincreate