[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.12,1.13

Fred L. Drake fdrake@users.sourceforge.net
Fri, 20 Apr 2001 23:00:53 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv29606

Modified Files:
	conversion.xml 
Log Message:

Add support for <memberline/> (needs markup improvement!).

Update <versionadded/> to recent addition of optional explanatory text;
make the explanation text take the same attribute name for both 
<versionadded/> and <versionchanged/>.


Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** conversion.xml	2001/04/10 19:59:31	1.12
--- conversion.xml	2001/04/21 06:00:51	1.13
***************
*** 54,57 ****
--- 54,58 ----
    <macro name="shortversion"/>
    <macro name="versionadded">
+     <attribute name="info" optional="yes"/>
      <attribute name="version"/>
      </macro>
***************
*** 61,65 ****
      -->
    <macro name="versionchanged">
!     <attribute name="how" optional="yes"/>
      <attribute name="version"/>
      </macro>
--- 62,66 ----
      -->
    <macro name="versionchanged">
!     <attribute name="info" optional="yes"/>
      <attribute name="version"/>
      </macro>
***************
*** 136,139 ****
--- 137,143 ----
      <attribute name="name"/>
      </environment>
+   <macro name="memberline">
+     <attribute name="name"/>
+     </macro>
  
    <environment name="methoddesc">