Python: options file was not enough, split into 2/3

I reckon this is due to the Python 3 version used by the Python 2 tests
is different from 3.12, so even with --lang=3 the tests are still using
an incompatible version :(
This commit is contained in:
Rasmus Wriedt Larsen
2023-11-15 14:24:11 +01:00
parent 0f1dc9b2d9
commit e02c32f3d4
15 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
# although this is actually Python code, it is not included by the extractor by default.
print("this is also code")
print("but just dummy code")