[Python-checkins] r59799 - tracker/instances/python-dev/scripts/remove_py3k

martin.v.loewis python-checkins at python.org
Sun Jan 6 23:28:02 CET 2008


Author: martin.v.loewis
Date: Sun Jan  6 23:28:01 2008
New Revision: 59799

Modified:
   tracker/instances/python-dev/scripts/remove_py3k
Log:
Fix version number.


Modified: tracker/instances/python-dev/scripts/remove_py3k
==============================================================================
--- tracker/instances/python-dev/scripts/remove_py3k	(original)
+++ tracker/instances/python-dev/scripts/remove_py3k	Sun Jan  6 23:28:01 2008
@@ -8,7 +8,7 @@
 db = tracker.open('admin')
 
 py3k = db.keyword.lookup('py3k')
-py30 = db.version.lookup('Python 3.1')
+py30 = db.version.lookup('Python 3.0')
 
 using_py3k = db.issue.find(keywords={py3k:1})
 


More information about the Python-checkins mailing list