Oleg Broytmann wrote: >On Sun, Mar 06, 2005 at 08:35:29PM -0500, David Binger wrote: > > >>If anyone knows a reason *not* to change all dulcinea scripts to >>#!/usr/bin/env python >>please post it. >> >> > > python -O > > I don't think we can put -O on the command line without creating risk for code that assumes that assert statements are executed. That assumption may be unwise, but it is made in our applications, and probably in others.