<span>As I said, sorry for that.</span><div><br></div><div>It's just that I'm not entirely sure there's anything to implement here. The implementation already exists. If it doesn't suffice I will help as much as I can to make sure it works :-)</div><div><br><br><div class="gmail_quote"><div dir="ltr">On Sun, May 14, 2017, 7:49 PM Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Maybe ask core membership if they meant you to literally just post just the word "bump" to the list (my guess is not). Also the last time I see that you received any advice was a long time ago and regarding to a different issue. For this idea there's no issue and no patch (and core devs aren't required to read python-ideas).<br></div><br></div>Please understand that in this community you are expected to do some work yourself too -- we're not being paid to implement features proposed (or fix bugs reported) by users, we mostly implement/fix things we care about personally, and some of us sometimes volunteer to mentor users who show an interest in learning. IMO posting "bump" several times does not exhibit such interest.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 14, 2017 at 9:37 AM, Bar Harel <span dir="ltr"><<a href="mailto:bzvi7919@gmail.com" target="_blank">bzvi7919@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I guess so.</div><span>
</span><p dir="ltr">Sorry for that.<br>
To be honest I'm not entirely sure of the entire procedure and if small things need a PEP or not. I actually received the tip to bump from core-mentorship, so now I'm rather confused.</p><span>
</span><p dir="ltr">Anyway, shall I add it to the bug tracker as an enhancement?</p><div class="m_-7897082634400897201HOEnZb"><div class="m_-7897082634400897201h5"><span>
</span><br><div class="gmail_quote"><div dir="ltr">On Sun, May 14, 2017, 7:26 PM Guido van Rossum <<a href="mailto:guido@python.org" target="_blank">guido@python.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">PS: I didn't see a message from Lisa on the mailing list -- maybe she replied to you only?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 14, 2017 at 9:25 AM, Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org" target="_blank">guido@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">How exactly do you think the process of adopting something into the stdlib works? Just posting "bump" messages to the mailing list doesn't really help, it just sounds rude.If you need help understanding how to add/improve a stdlib module, please ask a specific about that topic.<br></div><div class="gmail_extra"><div><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865h5"><br><div class="gmail_quote">On Sun, May 14, 2017 at 12:43 AM, Bar Harel <span dir="ltr"><<a href="mailto:bzvi7919@gmail.com" target="_blank">bzvi7919@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bump<br><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 4, 2017, 8:01 PM Lisa Roach <<a href="mailto:lisaroach14@gmail.com" target="_blank">lisaroach14@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">+1 to this as well, I think this would be really useful in the stdlib.</div><div><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865m_1737251304106150627h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 26, 2016 at 5:40 AM, Bar Harel <span dir="ltr"><<a href="mailto:bzvi7919@gmail.com" target="_blank">bzvi7919@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Any updates with a singledispatch for methods?</p><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865m_1737251304106150627m_-22639532135477759m_-4270194681043172078HOEnZb"><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865m_1737251304106150627m_-22639532135477759m_-4270194681043172078h5">
<br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 20, 2016, 5:49 PM Bar Harel <<a href="mailto:bzvi7919@gmail.com" target="_blank">bzvi7919@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">At last! Haven't used single dispatch exactly because of that. Thank you savior!<br>
+1</p>
<br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 20, 2016, 6:03 AM Tim Mitchell <<a href="mailto:tim.mitchell@leapfrog3d.com" target="_blank">tim.mitchell@leapfrog3d.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>We have a modified version of singledispatch at work which works for methods as well as functions.  We have open-sourced it as methoddispatch (pypi: <a href="https://pypi.python.org/pypi/methoddispatch" target="_blank">https://pypi.python.org/pypi/methoddispatch</a>).</div><div><br></div><div>IMHO I thought it would make a nice addition to python stdlib.</div><div><br>What does everyone else think?</div><div><br></div><div><br></div></div>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a></blockquote></div></blockquote></div>
</div></div><br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br></blockquote></div><br></div>
</div></div></blockquote></div>
<br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofconduct/</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><span class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865HOEnZb"><font color="#888888">-- <br><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865m_1737251304106150627gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="m_-7897082634400897201m_-1505661698763238704m_-934312966317148108m_7665109203030901865gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>
</blockquote></div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="m_-7897082634400897201gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>
</blockquote></div></div>