mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Clarify some wording in wasi(\.py)?
(GH-133619)
This commit is contained in:
parent
c81fa2b9cd
commit
7d129f99ab
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ if __name__ == "__main__":
|
|||
import runpy
|
||||
import sys
|
||||
|
||||
print("⚠️ WARNING: This script is deprecated and slated for removal in Python 3.19; "
|
||||
print("⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; "
|
||||
"execute the `wasi/` directory instead (i.e. `python Tools/wasm/wasi`)\n",
|
||||
file=sys.stderr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue