[Python-checkins] r42352 - sandbox/trunk/pycon/talks.py

andrew.kuchling python-checkins at python.org
Tue Feb 14 03:06:09 CET 2006


Author: andrew.kuchling
Date: Tue Feb 14 03:06:08 2006
New Revision: 42352

Modified:
   sandbox/trunk/pycon/talks.py
Log:
Add talk title

Modified: sandbox/trunk/pycon/talks.py
==============================================================================
--- sandbox/trunk/pycon/talks.py	(original)
+++ sandbox/trunk/pycon/talks.py	Tue Feb 14 03:06:08 2006
@@ -55,6 +55,7 @@
      71: 'entransit, a content deployment system',
      72: 'bazaar-ng distributed version control',
      73: 'State of Zope',
+     74: 'The Origins of Python',
     }
 
 def get_title (num):


More information about the Python-checkins mailing list