summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2014-09-23 10:54:58 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2014-09-23 10:54:58 +0200
commitaf8e561d7e254f500a3bf9fcbc0484c97af25fe3 (patch)
tree16383ed9b69c4ea2cbe9c6f012209e4e6b6ced94
parent4bc268065496e5ecba63e4fd69eebbe7bf2c6f17 (diff)
downloadlogilab-common-af8e561d7e254f500a3bf9fcbc0484c97af25fe3.tar.gz
Delete obsolete README.Python3
-rw-r--r--README.Python329
1 files changed, 0 insertions, 29 deletions
diff --git a/README.Python3 b/README.Python3
deleted file mode 100644
index 1000948..0000000
--- a/README.Python3
+++ /dev/null
@@ -1,29 +0,0 @@
-Python3
-=======
-
-Approach
---------
-
-We maintain a Python 2 base and use 2to3 to generate Python 3 code.
-
-2to3 is integrated into the distutils installation process and will be run as a
-build step when invoked by the python3 interpreter::
-
- python3 setup.py install
-
-Tests
------
-
-Set your PYTHONPATH and run pytest3 against the test directory.
-
-Debian
-------
-
-For the Debian packaging of python3-logilab-common, you can use the debian.sid/
-content against the debian/ folder::
-
- cp debian.sid/* debian/
-
-Resources
----------
-http://wiki.python.org/moin/PortingPythonToPy3k