diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-23 23:15:02 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:11 -0600 |
commit | 83fd90cd928e75ac60ee0b57700212c438950272 (patch) | |
tree | f664572f96f0a21cc903dc17e7a796392f13f1ff /libraries/pies/README | |
parent | 87c7ddacd0d0d7183c9dfc8aa6f253814e3a6bcc (diff) | |
download | slackbuilds-83fd90cd928e75ac60ee0b57700212c438950272.tar.gz |
libraries/pies: Added (Simple way to write Py2 and Py3 program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pies/README')
-rw-r--r-- | libraries/pies/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/pies/README b/libraries/pies/README new file mode 100644 index 0000000000..cb7ad6fbc3 --- /dev/null +++ b/libraries/pies/README @@ -0,0 +1,3 @@ +Pies is a Python2 & 3 Compatibility layer with the philosophy that all +code should be Python3 code. Starting from this viewpoint means that +when running on Python3 pies adds virtually no overhead. |