Justin Foo
Results
2
issues of
Justin Foo
Currently, the call to `subprocess.Popen()` only passes `LC_ALL` to the child process. As a result, git will ignore the user-specified global .gitignore file and report untracked files incorrectly. Alternatively, the...
In either the CPython or IPython interactive shells: ``` python >>> import comtypes.client >>> xl = comtypes.client.CreateObject('Excel.Application', dynamic=True) >>> wb = xl.Workbooks.Open('nonexistent.xlsx') Traceback (most recent call last): File "", line...
help wanted