Hi all,

I was just curious if this was a bug because it seemed a bit curious to
me that the Python files for Trac 0.10.4 on OpenBSD 4.3 are installed
group-writable.  While the byte-compiled code in /usr/local/lib/
python2.5/site-packages/trac is chmod 644, the source code is chmod 664.

Thanks for any clarification,

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]

Reply via email to