##// END OF EJS Templates
py3: rename pycompat.getcwd() to encoding.getcwd() (API)...
py3: rename pycompat.getcwd() to encoding.getcwd() (API) We need to avoid os.getcwdb() on Windows to avoid DeprecationWarnings, and we need encoding.strtolocal() to encode the result of os.getcwd().
Matt Harbison -
r39843:24e493ec default
Show More
Name Size Modified Last Commit Author
/ contrib / python-zstandard / zstd / deprecated
zbuff.h Loading ...
zbuff_common.c Loading ...
zbuff_compress.c Loading ...
zbuff_decompress.c Loading ...