Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Matching of absolute path in Windows #342

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 7, 2018

  1. Matching of absolute path in Windows

    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 authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    be29b54 View commit details
    Browse the repository at this point in the history