##// END OF EJS Templates
util: rename argument of isatty()...
util: rename argument of isatty() In general, "fd" is a file descriptor, but isatty() expects a file object. We should call it "fp" or "fh".
Yuya Nishihara -
r27363:c7ab2087 default
Show More