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 <[email protected]> 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 > [email protected] > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ > >
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
