diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-29 16:42:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-29 16:42:37 (GMT) |
commit | f339632da0afed44e439906e1490e1b671efb4cc (patch) | |
tree | 2b87e3d2a4689939ae65acfaec6c02a124723e2c /Doc/sgml/catalog | |
parent | fdfd50f8150354b10cc72f2113537fa7d233a1b2 (diff) | |
download | cpython-f339632da0afed44e439906e1490e1b671efb4cc.zip cpython-f339632da0afed44e439906e1490e1b671efb4cc.tar.gz cpython-f339632da0afed44e439906e1490e1b671efb4cc.tar.bz2 |
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.
Diffstat (limited to 'Doc/sgml/catalog')
-rw-r--r-- | Doc/sgml/catalog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/sgml/catalog b/Doc/sgml/catalog index 7546c22..aeae92c 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" |