version of the Python interpreter. This is \version in the LaTeX format
of the documentation.
+-- 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"
PUBLIC "-//OASIS//DTD Exchange Table Model 19960430//EN">
&oasis-tables.mod;
+<!-- define the &version; general entity -->
+<!ENTITY python-version.ent
+ PUBLIC "+//IDN python.org//ENTITIES Python Version//EN">
+&python-version.ent;
+
<!ELEMENT input - - EMPTY>
<!ATTLIST input
%common.att;
--- /dev/null
+<!-- Version number for the Python interpreter -->
+<!ENTITY version CDATA "1.5">