[Python-ideas] Third party module in standard library
Jim F.Hilliard
d.f.hilliard at gmail.com
Wed Mar 22 09:04:10 EDT 2017
You might be interested in reading [1] for inclusion of new modules.
A discussion on inclusion of requests has already been made [2] so you
might want to take a look there too, I wouldn't be surprised if there's an
old thread on python-ideas somewhere for requests. For xmltodict, I have no
idea :-).
Posting on python-ideas was the right step to take, though :-)
[1]: https://docs.python.org/devguide/stdlibchanges.html#adding-a-new-module
[2]: https://github.com/kennethreitz/requests/issues/2424
Best Regards,
Jim Fasarakis Hilliard
On Wed, Mar 22, 2017 at 2:51 PM, George Fischhof <george at fischhof.hu> wrote:
> Hi Guys,
>
> I would like to ask You:
> What is the process to propose a module to be part of the standard library?
>
> I would like to propose the following modules:
> requests
> https://pypi.python.org/pypi/requests
>
> and
> xmltodict
> https://pypi.python.org/pypi/xmltodict
>
> Both of them makes the life easier, and more simple ;-)
> Of course there are several similar libraries -- I know -- and actually
> several good modules could be part of standard library. ...
>
> Kind regards,
> George
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170322/2a45159d/attachment.html>
More information about the Python-ideas
mailing list