[Python-checkins] commit of r41656 - external/README
fredrik.lundh
python-checkins at python.org
Mon Dec 12 21:33:51 CET 2005
Author: fredrik.lundh
Date: Mon Dec 12 21:33:51 2005
New Revision: 41656
Added:
external/README
Log:
explain what this is, and how it's supposed to be used
Added: external/README
==============================================================================
--- (empty file)
+++ external/README Mon Dec 12 21:33:51 2005
@@ -0,0 +1,8 @@
+This directory contains snapshots of externally maintained libraries.
+To add a new library or release, import it into this repository, and
+use "svn copy" to copy relevant components to the trunk.
+
+This directory should not be used for development. The snapshots
+should be treated as readonly copies, with the possible exception for
+critical errors and security patches. When in doubt, consult with the
+python-dev team.
More information about the Python-checkins
mailing list