Skip to content
  • Christos Stavrakakis's avatar
    Use custom method for joining urls · 020a08fa
    Christos Stavrakakis authored
    Implement 'join_urls' method for joining a base URL with a path,
    without worrying about redundant or missing "/". Do not use
    'urlparse.urljoin', since it has different semantics.
    020a08fa