##// END OF EJS Templates
Remove opening/at-exit closing of devnull....
Remove opening/at-exit closing of devnull. This was likely due to an issue on Python 2 seeing the date, and does not seem useful anymore. Let's try to remove it. Should close #13896

File last commit:

r27843:667f3cbe
r28057:4a065015
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)