[Checkins] SVN: zopetoolkit/doc/source/codingstyle/python-style.rst Note change in policy about keyword expansion.

Tres Seaver tseaver at palladion.com
Tue Jul 6 11:12:28 EDT 2010


Log message for revision 114240:
  Note change in policy about keyword expansion.

Changed:
  U   zopetoolkit/doc/source/codingstyle/python-style.rst

-=-
Modified: zopetoolkit/doc/source/codingstyle/python-style.rst
===================================================================
--- zopetoolkit/doc/source/codingstyle/python-style.rst	2010-07-06 15:03:45 UTC (rev 114239)
+++ zopetoolkit/doc/source/codingstyle/python-style.rst	2010-07-06 15:12:28 UTC (rev 114240)
@@ -23,8 +23,14 @@
 module documentation string.
 
 The docstring should contain a reference about version control status.
-The example given is valid for at least CVS and Subversion.
+The example given is valid for Subversion.
 
+.. note::
+
+   The community has decided not to continue the use of the CVS keyword
+   expansion feature, e.g., the ``$Id`` tag.  Any keywords can be removed as
+   they are found during module cleanup.
+
 Here is the template::
 
   ##############################################################################



More information about the checkins mailing list