<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue., May 21, 2019, 04:25 Victor Stinner, <<a href="mailto:vstinner@redhat.com">vstinner@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mar. 21 mai 2019 à 13:18, André Malo <<a href="mailto:nd@perlig.de" target="_blank" rel="noreferrer">nd@perlig.de</a>> a écrit :<br>
> There's software in production using both. (It doesn't mean it's on pypi or<br>
> even free software).<br>
><br>
> What would be the maintenance burden of those modules anyway? (at least for<br>
> nntp, I guess it's not gonna change).<br>
<br>
The maintenance burden is real even if it's not visible. For example,<br>
test_nntplib is causing frequently issues on our CI:<br>
<br>
<a href="https://bugs.python.org/issue19756" rel="noreferrer noreferrer" target="_blank">https://bugs.python.org/issue19756</a><br>
<a href="https://bugs.python.org/issue19613" rel="noreferrer noreferrer" target="_blank">https://bugs.python.org/issue19613</a><br>
<a href="https://bugs.python.org/issue31850" rel="noreferrer noreferrer" target="_blank">https://bugs.python.org/issue31850</a><br>
<br>
It's failing frequently since 2013, and nobody managed to come with a<br>
fix.. in 6 years.<br>
<br>
There are 11 open issues with "nntp" in their title (8 with exactly<br>
"nntplib" in their title).<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I would be curious to know how many feature PRs there might exist as that also is a burden for any of these modules beyond bugs and any general upkeep we do (e.g. someone on Twitter argued that because someone merged a new feature that means that a module should stay, but to me that just says one person cared enough to write a PR and one core dev viewed it as harmless to merge which isn't necessarily representative of usage).</div><div dir="auto"><br></div><div dir="auto">-Brett</div><div dir="auto"><br></div><div dir="auto">P.S. I have an idea about under-supported modules in the stdlib and feature requests, but it's too early to share (nor the appropriate thread of discussion).</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
test_nntplib uses the public server <a href="http://news.trigofacile.com" rel="noreferrer noreferrer" target="_blank">news.trigofacile.com</a> which is<br>
operated by Julien ÉLIE. Two years ago, Julien asked me if there is<br>
any plan to support the NNTP "COMPRESS" command.<br>
<br>
Victor<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Night gathers, and now my watch begins. It shall not end until my death.<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank" rel="noreferrer">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div></div>