[Python-checkins] devguide: More usage of versionchanged.

georg.brandl python-checkins at python.org
Sun Jun 24 10:09:27 CEST 2012


http://hg.python.org/devguide/rev/c628c0d2d61d
changeset:   527:c628c0d2d61d
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 10:09:22 2012 +0200
summary:
  More usage of versionchanged.

files:
  documenting.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -1200,7 +1200,8 @@
 .. describe:: versionchanged
 
    Similar to ``versionadded``, but describes when and what changed in the named
-   feature in some way (changed side effects, platform support, etc.).
+   feature in some way (changed side effects, platform support, etc.).  This one
+   *must* have the second argument (explanation of the change).
 
 --------------
 

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


More information about the Python-checkins mailing list