📝 Add comment noting Python 3.11 locale encoding function availability
This commit is contained in:
@@ -7,6 +7,7 @@ import subprocess
|
||||
if __name__ == "__main__":
|
||||
print("*" * 100)
|
||||
print(locale.getpreferredencoding())
|
||||
# locale.getencoding() # from Python3.11
|
||||
|
||||
print("*" * 100)
|
||||
result = subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user