Skip to content

2022.10.28

Choose a tag to compare

@ClericPy ClericPy released this 29 Oct 14:57
· 208 commits to master since this release
  • 2022.08.28
    • add -q for quiet mode
      • -qqqqq to mute all the logs
    • -m support source code mode while not matched module.submodule:function format
      • like python -c "python code"
      • demo: python -m zipapps -m "import six; print(six.__file__)"
      • WARN: only when -m not matched regex r'^\w+(\.\w+)?(:\w+)?$'