"""
requests.compat
~~~~~~~~~~~~~~~
This module previously handled import compatibility issues
between Python 2 and Python 3. It remains for backwards
compatibility until the next major version.
"""
# -------
# Pythons
# -------
# Syntax sugar.
=
#: Python 2.x?
= == 2
#: Python 3.x?
= == 3
# Note: We've patched out simplejson support in pip because it prevents
# upgrading simplejson on Windows.
# Keep OrderedDict for backwards compatibility.
# --------------
# Legacy Imports
# --------------
=
=
=
=
=
=