1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

tests: fix URL to Python unparser

This commit is contained in:
Sébastien Helleu
2024-10-15 07:55:59 +02:00
parent 956befb655
commit 53da9df883
+2 -2
View File
@@ -42,8 +42,8 @@ class UnparsePython(object):
"""
Unparse AST to generate Python script code.
This class is inspired from unparse.py in cpython:
https://github.com/python/cpython/blob/master/Tools/parser/unparse.py
This class is inspired from _Unparser class in cpython:
https://github.com/python/cpython/blob/main/Lib/ast.py
Note: only part of AST types are supported (just the types used by
the script to test WeeChat scripting API).