[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.113: ~ $
"""
Compatibility Support for Python 2.6 and earlier
"""

import sys

from setuptools.compat import splittag

def 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.
	"""
	url, fragment = splittag(url)
	return url

if sys.version_info >= (2,7):
	strip_fragment = lambda x: x

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
command Folder 0755
__init__.py File 3.24 KB 0644
archive_util.py File 6.45 KB 0644
compat.py File 2.5 KB 0644
depends.py File 6.08 KB 0644
dist.py File 31.79 KB 0644
extension.py File 1.37 KB 0644
lib2to3_ex.py File 1.95 KB 0644
package_index.py File 38.01 KB 0644
py26compat.py File 431 B 0644
py27compat.py File 306 B 0644
py31compat.py File 396 B 0644
sandbox.py File 9.76 KB 0644
script template (dev).py File 311 B 0644
script template.py File 163 B 0644
site-patch.py File 2.36 KB 0644
ssl_support.py File 7.48 KB 0644
svn_utils.py File 17.43 KB 0644
version.py File 20 B 0644