summaryrefslogtreecommitdiff
path: root/Objects/typeslots.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-12-04 09:11:41 +0000
committerMartin v. Löwis <martin@v.loewis.de>2010-12-04 09:11:41 +0000
commit33dc702e125c8417d798ff1d0afdac2e97fa5074 (patch)
treedc1b99c26dd3e269e3688750d1175471e81237b2 /Objects/typeslots.py
parent985c6302fd97e9d10bdd3fc57744ec2026775b87 (diff)
downloadcpython-33dc702e125c8417d798ff1d0afdac2e97fa5074.tar.gz
Add Revision keyword.
Diffstat (limited to 'Objects/typeslots.py')
-rw-r--r--Objects/typeslots.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/typeslots.py b/Objects/typeslots.py
index 0e6ef1f9b8..686fb6fcf6 100644
--- a/Objects/typeslots.py
+++ b/Objects/typeslots.py
@@ -3,6 +3,7 @@
import sys, re
+print("/* Generated by typeslots.py $Revision$ */")
res = {}
for line in sys.stdin:
m = re.match("#define Py_([a-z_]+) ([0-9]+)", line)