From: Fred Drake Date: Fri, 29 Jan 1999 16:42:37 +0000 (+0000) Subject: Define a general entity "&version;" that can be used as the current major X-Git-Tag: v1.5.2b2~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f339632da0afed44e439906e1490e1b671efb4cc;p=thirdparty%2FPython%2Fcpython.git Define a general entity "&version;" that can be used as the current major version of the Python interpreter. This is \version in the LaTeX format of the documentation. --- diff --git a/Doc/sgml/catalog b/Doc/sgml/catalog index 7546c2274dd6..aeae92c23604 100644 --- a/Doc/sgml/catalog +++ b/Doc/sgml/catalog @@ -1,4 +1,7 @@ +-- SGML-Open-style catalog for the Python documentation system -- + CATALOG "iso/catalog" CATALOG "oasis/catalog" PUBLIC "+//IDN python.org//DTD Python Documentation 1.0//EN" "python.dtd" +PUBLIC "+//IDN python.org//ENTITIES Python Version//EN" "version.ent" diff --git a/Doc/sgml/python.dtd b/Doc/sgml/python.dtd index e9bf50a078ed..88aace0baf01 100644 --- a/Doc/sgml/python.dtd +++ b/Doc/sgml/python.dtd @@ -7,6 +7,11 @@ PUBLIC "-//OASIS//DTD Exchange Table Model 19960430//EN"> &oasis-tables.mod; + + +&python-version.ent; + +