On 2021/03/23 21:36, Stuart Henderson wrote:
> On 2021/03/23 22:29, Sebastian Reitenbach wrote:
> > Hi,
> >
> > attached a port for astunparse.
> >
> > cat pkg/DESCR
> > An AST unparser for Python.
> >
> > This is a factored out version of unparse found in the Python source
> > distribution; und
On 2021/03/23 22:29, Sebastian Reitenbach wrote:
> Hi,
>
> attached a port for astunparse.
>
> cat pkg/DESCR
> An AST unparser for Python.
>
> This is a factored out version of unparse found in the Python source
> distribution; under Demo/parser in Python 2 and under Tools/parser in
> Python 3.
Hi,
attached a port for astunparse.
cat pkg/DESCR
An AST unparser for Python.
This is a factored out version of unparse found in the Python source
distribution; under Demo/parser in Python 2 and under Tools/parser in
Python 3.
With python3.9 this is part of python itself, it's needed as a depen