📝 Add comment noting Python 3.11 locale encoding function availability

This commit is contained in:
2026-05-24 00:00:50 +08:00
parent 9e82fbc64f
commit 97aa505ac2
+1
View File
@@ -7,6 +7,7 @@ import subprocess
if __name__ == "__main__":
print("*" * 100)
print(locale.getpreferredencoding())
# locale.getencoding() # from Python3.11
print("*" * 100)
result = subprocess.run(