Orbits
1
|
Functions | |
def | strip_fragment |
Variables | |
strip_fragment = lambdax:x | |
Compatibility Support for Python 2.6 and earlier
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.
setuptools.py26compat.strip_fragment = lambdax:x |
Copyright 2014 Google Inc. All rights reserved.