[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Update release script with new package names introduced in 2.13

Hanno Schlichting hannosch at hannosch.eu
Mon Apr 5 15:08:14 EDT 2010


Log message for revision 110510:
  Update release script with new package names introduced in 2.13
  

Changed:
  U   Zope/trunk/inst/generate_index.py

-=-
Modified: Zope/trunk/inst/generate_index.py
===================================================================
--- Zope/trunk/inst/generate_index.py	2010-04-05 19:06:39 UTC (rev 110509)
+++ Zope/trunk/inst/generate_index.py	2010-04-05 19:08:14 UTC (rev 110510)
@@ -13,7 +13,7 @@
 # packages containing upper-case letters
 upper_names = ('ClientForm', 'RestrictedPython', 'ZConfig', 'ZODB3', 'zLOG',
                'Acquisition', 'DateTime', 'ExtensionClass', 'Persistence',
-               'ZopeUndo', )
+               'ZopeUndo', 'Missing', 'MultiMapping', 'Record', 'ThreadLock', )
 
 def write_index(package, version):
     print >>sys.stderr, 'Package %s==%s' % (package, version)



More information about the Zope-Checkins mailing list