[Python-ideas] Including the unparse module in the standard library

Andre Roberge andre.roberge at gmail.com
Thu Jul 12 14:20:17 EDT 2018


In the cPython repository, there is an unparse module in the Tools section.
https://github.com/python/cpython/blob/master/Tools/parser/unparse.py

However, as it is not part of the standard library, it cannot be easily
used; to do so, one needs to make a local copy in a place from where it can
be imported.

This module can be useful for people using the ast module to create and
parse trees, modify them ... and who want to convert the result back into
source code.  Since it is obviously maintained to be compatible with the
current Python version, would it be possible to include the unparse module
in the standard library?

André Roberge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180712/57cd2ead/attachment-0001.html>


More information about the Python-ideas mailing list