Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Functions | Variables
setuptools.py26compat Namespace Reference

Functions

def strip_fragment
 

Variables

 strip_fragment = lambdax:x
 

Detailed Description

Compatibility Support for Python 2.6 and earlier

Function Documentation

def setuptools.py26compat.strip_fragment (   url)
In `Python 8280 <http://bugs.python.org/issue8280>`_, Python 2.7 and
later was patched to disregard the fragment when making URL requests.
Do the same for Python 2.6 and earlier.

Variable Documentation

setuptools.py26compat.strip_fragment = lambdax:x

Copyright 2014 Google Inc. All rights reserved.