<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">El mié., 21 mar. 2018 a las 16:23, Guido van Rossum (<<a href="mailto:guido@python.org">guido@python.org</a>>) escribió:<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><div><div>Roberto,<br><br>That looks like an interesting class. I presume you're intending to publish this as a pip package on <a href="http://PyPI.python.org" target="_blank">PyPI.python.org</a>?<br><br></div></div></div></div></div></blockquote><div> </div><div>Precisely.</div><div><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><div><div></div>I'm no lawyer, but I believe you can license your code under a new license (I recommend BSD) as long as you keep a copy and a mention of the PSF license in your distribution as well. (Though perhaps you could structure your code differently and inherit from the standard library modules rather than copying them?)<br></div></div></div></div></blockquote><div> </div><div>I am using inheritance as much as I can. But due to some functions being at the module level, instead of being Executor methods (for the sake of being pickelizable, I suppose); I am being forced to copy some of them just to modify a couple of lines.<br></div><div><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><div><br></div>In terms of the package namespace, do not put it in the same namespace as standard library code! It probably won't work and will cause world-wide pain and suffering for the users of your code. Invent your project name and use that as a top-level namespace, like everyone else. :-)<br><br></div></div></div></blockquote><div> </div><div>Ok, I don't want to cause world-wide pain (yet).  </div><div><br></div><div>Thank you!</div><div><br></div><div>Best regards,</div><div>Roberto</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra">
</div></blockquote></div></div>