Thriftpy / thriftpy

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
MIT License
1.15k stars 288 forks source link

Matching of absolute path in Windows #342

Open kep-w opened 5 years ago

kep-w commented 5 years ago

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.

ethe commented 5 years ago

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