File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
Overview: Easy, clean, reliable Python 2/3 compatibility
4
4
========================================================
5
5
6
+ .. image :: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
7
+ :target: https://travis-ci.org/PythonCharmers/python-future
8
+
9
+ .. image :: https://readthedocs.org/projects/python-future/badge/?version=latest
10
+ :target: https://python-future.readthedocs.io/en/latest/?badge=latest
11
+
6
12
``python-future `` is the missing compatibility layer between Python 2 and
7
13
Python 3. It allows you to use a single, clean Python 3.x-compatible
8
14
codebase to support both Python 2 and Python 3 with minimal overhead.
@@ -22,9 +28,6 @@ are `Mezzanine <http://mezzanine.jupo.org/>`_ and `ObsPy
22
28
Features
23
29
--------
24
30
25
- .. image :: https://travis-ci.org/PythonCharmers/python-future.svg?branch=master
26
- :target: https://travis-ci.org/PythonCharmers/python-future
27
-
28
31
- ``future.builtins `` package (also available as ``builtins `` on Py2) provides
29
32
backports and remappings for 20 builtins with different semantics on Py3
30
33
versus Py2
You can’t perform that action at this time.
0 commit comments