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 serhiy.storchaka
Recipients bob.ippolito, dhimmel, ezio.melotti, methane, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-03-16.14:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489673224.05.0.783898786941.issue29636@psf.upfronthosting.co.za>
In-reply-to
Content
It's not just the support burden. It is also a burden of learning and remembering new API.

The support burden itself is not tiny too. It includes careful designing, writing the implementation and test (the more options you have the more combinations you need to test), increasing running time of tests (CLI tests are slow!), and you need to return to that after adding every new feature for testing compatibility with them.
History
Date User Action Args
2017-03-16 14:07:04serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, ezio.melotti, r.david.murray, methane, dhimmel
2017-03-16 14:07:04serhiy.storchakasetmessageid: <1489673224.05.0.783898786941.issue29636@psf.upfronthosting.co.za>
2017-03-16 14:07:04serhiy.storchakalinkissue29636 messages
2017-03-16 14:07:03serhiy.storchakacreate