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

Fred L. Drake python-dev@python.org
Fri, 17 Nov 2000 11:05:15 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31740/tools/sgmlconv

Modified Files:
	conversion.xml 
Log Message:

Note that readframes() returns data in linear format, even if the original
is encoded in u-LAW format.  Based on suggestion from Anthony Baxter
<anthony_baxter@users.sourceforge.net>.

This closes bug #122273.


Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** conversion.xml	2000/07/01 06:26:44	1.8
--- conversion.xml	2000/11/17 19:05:12	1.9
***************
*** 79,82 ****
--- 79,84 ----
      <content/>
      </macro>
+   <macro name="unspecified"/>
+   <macro name="moreargs"/>
    <environment name="classdesc">
      <attribute name="name"/>
***************
*** 410,413 ****
--- 412,424 ----
      <child name="entry"/>
      </environment>
+   <environment name="longtableii" outputname="table">
+     <attribute name="cols">2</attribute>
+     <attribute name="colspec"/>
+     <attribute name="style"/>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     </environment>
    <macro name="lineii" outputname="row">
      <child name="entry"/>
***************
*** 429,432 ****
--- 440,455 ----
      <child name="entry"/>
      </environment>
+   <environment name="longtableiii" outputname="table">
+     <attribute name="cols">3</attribute>
+     <attribute name="colspec"/>
+     <attribute name="style"/>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     </environment>
    <macro name="lineiii" outputname="row">
      <child name="entry"/>
***************
*** 440,443 ****
--- 463,481 ----
  
    <environment name="tableiv" outputname="table">
+     <attribute name="cols">4</attribute>
+     <attribute name="colspec"/>
+     <attribute name="style"/>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     <text>
+          </text>
+     <child name="entry"/>
+     </environment>
+   <environment name="longtableiv" outputname="table">
      <attribute name="cols">4</attribute>
      <attribute name="colspec"/>