[Python-checkins] distutils2: started development notes

tarek.ziade python-checkins at python.org
Sun May 30 00:38:18 CEST 2010


tarek.ziade pushed 644cf5550a05 to distutils2:

http://hg.python.org/distutils2/rev/644cf5550a05
changeset:   175:644cf5550a05
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Sun May 30 00:38:10 2010 +0200
summary:     started development notes
files:       src/DEVNOTES.txt

diff --git a/src/DEVNOTES.txt b/src/DEVNOTES.txt
new file mode 100644
--- /dev/null
+++ b/src/DEVNOTES.txt
@@ -0,0 +1,10 @@
+Notes for developers
+====================
+
+- Distutils2 runs 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
+  a specific Python version.
+
+- Always run tests.sh before you push a change. This implies
+  that you have all Python versions installed.
+

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list