forked from orbit-oss/flask
14 lines
392 B
Python
14 lines
392 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
"""
|
||
|
|
flask._compat
|
||
|
|
~~~~~~~~~~~~~
|
||
|
|
|
||
|
|
Some py2/py3 compatibility support that is not yet available in
|
||
|
|
"six" 1.3.0.
|
||
|
|
There are bugs open for "six" for all this stuff, so we can remove it
|
||
|
|
again from here as soon as we require a new enough "six" release.
|
||
|
|
|
||
|
|
:copyright: (c) 2013 by Armin Ronacher.
|
||
|
|
:license: BSD, see LICENSE for more details.
|
||
|
|
"""
|