[Python-checkins] r87011 - python/branches/py3k/Objects/typeslots.py
martin.v.loewis
python-checkins at python.org
Sat Dec 4 10:11:42 CET 2010
Author: martin.v.loewis
Date: Sat Dec 4 10:11:41 2010
New Revision: 87011
Log:
Add Revision keyword.
Modified:
python/branches/py3k/Objects/typeslots.py (contents, props changed)
Modified: python/branches/py3k/Objects/typeslots.py
==============================================================================
--- python/branches/py3k/Objects/typeslots.py (original)
+++ python/branches/py3k/Objects/typeslots.py Sat Dec 4 10:11:41 2010
@@ -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)
More information about the Python-checkins
mailing list