[Python-checkins] r53002 - in tracker: importer/sfxmlhandlers.py instances/python-dev/initial_data.py

erik.forsberg python-checkins at python.org
Mon Dec 11 16:22:04 CET 2006


Author: erik.forsberg
Date: Mon Dec 11 16:21:45 2006
New Revision: 53002
Modified:
 tracker/importer/sfxmlhandlers.py
 tracker/instances/python-dev/initial_data.py
Log:
Merge components as wanted by Neal Norwitz, "Parser/Compiler",
"Performance", "Threads" and "Type/class unification" now all end up
in "Interpreter Core".
Modified: tracker/importer/sfxmlhandlers.py
==============================================================================
--- tracker/importer/sfxmlhandlers.py	(original)
+++ tracker/importer/sfxmlhandlers.py	Mon Dec 11 16:21:45 2006
@@ -228,7 +228,11 @@
 "Python Interpreter Core":"Interpreter Core",
 "Core (C code)":"Interpreter Core",
 "Python Library":"Library (Lib)",
- "Modules":"Extension Modules"}
+ "Modules":"Extension Modules",
+ "Parser/Compiler":"Interpreter Core",
+ "Performance":"Interpreter Core",
+ "Threads":"Interpreter Core",
+ "Type/class unification":"Interpreter Core"}
 category = categorymerge.get(fields[self.source].text,
 fields[self.source].text)
 try:
Modified: tracker/instances/python-dev/initial_data.py
==============================================================================
--- tracker/instances/python-dev/initial_data.py	(original)
+++ tracker/instances/python-dev/initial_data.py	Mon Dec 11 16:21:45 2006
@@ -23,16 +23,12 @@
 component.create(name="Interpreter Core", order="8")
 component.create(name="Library (Lib)", order="9")
 component.create(name="Macintosh", order="10")
-component.create(name="Parser/Compiler", order="11")
-component.create(name="Performance", order="12")
-component.create(name="Regular Expressions", order="13")
-component.create(name="Tests", order="14")
-component.create(name="Threads", order="15")
-component.create(name="Tkinter", order="16")
-component.create(name="Type/class unification", order="17")
-component.create(name="Unicode", order="18")
-component.create(name="Windows", order="19")
-component.create(name="XML", order="20")
+component.create(name="Regular Expressions", order="11")
+component.create(name="Tests", order="12")
+component.create(name="Tkinter", order="13")
+component.create(name="Unicode", order="14")
+component.create(name="Windows", order="15")
+component.create(name="XML", order="16")
 
 version = db.getclass('version')
 version.create(name='Python 2.6', order='1')


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /