summaryrefslogtreecommitdiff
path: root/DEVNOTES.txt
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2011-09-19 00:21:14 +0200
committer?ric Araujo <merwok@netwok.org>2011-09-19 00:21:14 +0200
commit9617c1c410837faf63cbfda281ca8231f36908c6 (patch)
tree10104ad800a53e976f39069569e9a5abf6288c6b /DEVNOTES.txt
parent44a140ea34bc9a523dec50da1b25227d84a10517 (diff)
downloaddisutils2-9617c1c410837faf63cbfda281ca8231f36908c6.tar.gz
Record that d2 does not bootstrap on 2.4
Diffstat (limited to 'DEVNOTES.txt')
-rw-r--r--DEVNOTES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index ce9ab0e..d7bf07c 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -1,9 +1,11 @@
Notes for developers
====================
-- Distutils2 runs on Python from 2.4 to 3.2 (3.x not implemented yet),
- so make sure you don't use a syntax that doesn't work under
- one of these Python versions.
+- Distutils2 runs on Python from 2.4 to 2.7 so make sure you don't use code
+ that doesn't work under one of these Python versions.
+
+- For 2.4, you need to run "python2.4 setup.py build" before you can run tests
+ or pysetup.
- Always run tests.sh before you push a change. This implies
that you have all Python versions installed from 2.4 to 2.7. Be sure to have