thriftpy icon indicating copy to clipboard operation
thriftpy copied to clipboard

Matching of absolute path in Windows

Open kep-w opened this issue 6 years ago • 1 comments

When we use thriftpy.load(path, ....) function. if the path is absulute path, after urlparse, the scheme is 'c'/'d'/'e', and the judgment here will not be matched. So this change can make the module more friendly to Windows.

kep-w avatar Sep 07 '18 07:09 kep-w

Thriftpy was not supported any more, it merged into thriftpy2 with https://github.com/Thriftpy/thriftpy2/pull/8, thanks!

ethe avatar Sep 26 '18 15:09 ethe