##// END OF EJS Templates
Wrap os.path functions in method calls...
Wrap os.path functions in method calls Some functions from os.path are now references to C functions (e.g. isdir on Windows). This breaks the path module, because compiled functions do not get bound to an object instance. All os.path functions have been wrapped in method calls, out of general caution. Closes gh-737
Thomas Kluyver -
r4833:fc05f375
Show More
Name Size Modified Last Commit Author
/ docs / examples / notebooks
basic_quantum.ipynb Loading ...
decompose.ipynb Loading ...
dense_coding.ipynb Loading ...
display_protocol.ipynb Loading ...
formatting.ipynb Loading ...
grovers.ipynb Loading ...
qerror.ipynb Loading ...
qft.ipynb Loading ...
quantum_computing.ipynb Loading ...
smooth_dos.ipynb Loading ...
sympy.ipynb Loading ...
teleportation.ipynb Loading ...
text_analysis.ipynb Loading ...
text_analysis.py Loading ...
titles.txt Loading ...
trapezoid_rule.ipynb Loading ...