##// 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

File last commit:

r1248:19e3b286
r4833:fc05f375
Show More
pycon.ico
0 lines | 771 B | image/x-icon | TextLexer
/ docs / pycon.ico
rendered-image