diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-12 11:45:29 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-12 11:45:29 -0400 |
| commit | 4e76e142d11229a4511086e09cefb33adab28325 (patch) | |
| tree | b42196d1f091bf50eb366c24cc7bae93fc531aec /requests/compat.py | |
| parent | d207c345968857d488ed573b56b8ea20cc0d41de (diff) | |
| download | python-requests-threedotoh.tar.gz | |
working on itthreedotoh
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'requests/compat.py')
| -rw-r--r-- | requests/compat.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requests/compat.py b/requests/compat.py index 67b19e10..94039379 100644 --- a/requests/compat.py +++ b/requests/compat.py @@ -11,3 +11,5 @@ Python 3. basestring = (str, bytes) numeric_types = (int, float) integer_types = (int,) +bytes = bytes +str = str
\ No newline at end of file |
