mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
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.
This commit is contained in:
parent
fdfd50f815
commit
f339632da0
3 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue