Search code examples
pythoncompiler-constructionpython-3.x

Why is the compiler package discontinued in Python 3?


I was just pleasantly surprised to came across the documentation of Python's compiler package, but noticed that it's gone in Python 3.0, without any clear replacement or explanation.

I can't seem to find any discussion on python-dev about how this decision was made - does anyone have any insight inot this decision?


Solution

  • I believe the functionality is now built in: