From ab593651e049bce9d53e5bfb49b9bbc04e6dec5a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 9 Jul 2014 17:17:36 +0700 Subject: python/python-future: Added (Python 2/3 compatibility). Signed-off-by: Willy Sudiarto Raharjo --- python/python-future/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-future/README (limited to 'python/python-future/README') diff --git a/python/python-future/README b/python/python-future/README new file mode 100644 index 0000000000..8eef8438bd --- /dev/null +++ b/python/python-future/README @@ -0,0 +1,3 @@ +python-future is the missing compatibility layer between Python 2 and +Python 3. It allows you to use a single, clean Python 3.x-compatible +codebase to support both Python 2 and Python 3 with minimal overhead. -- cgit v1.2.3