We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155edbf commit bf4b836Copy full SHA for bf4b836
binpythonfull.py
@@ -42,12 +42,10 @@ def releases_ver():
42
43
def build_importlibs():
44
print(importlibs)
45
-from email.policy import default
46
from os import makedirs
47
import time
48
#get system info(windows or linux ...)
49
import platform
50
-from xmlrpc.server import CGIXMLRPCRequestHandler
51
sys = platform.system()
52
#if system is windows, then enable setwindowtitle() function
53
if sys == "Windows":
0 commit comments