From 8404bc9f60373d083c5a489be0adac36cc2d4d59 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 16 Aug 2016 06:37:04 +0700 Subject: python/python3-future: Added (Python 2/3 compatibility). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-future/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-future/README (limited to 'python/python3-future/README') diff --git a/python/python3-future/README b/python/python3-future/README new file mode 100644 index 0000000000..8eef8438bd --- /dev/null +++ b/python/python3-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