2008/10/21 Jerome Laheurte <[EMAIL PROTECTED]>: > The search doesn't work any more for me, but I have to test in the > release branch (I'm currently running Trunk locally merged with the > 0.71 branch).
Works for me, at least with the simple testing I just did. > Regarding the copyright notices: I think we should put them in comment > instead of putting them in the module docstring. It makes the epydoc > documentation ugly :) Yeah, I've noticted that. Did you test that it makes a difference? Would this work as well: __copyright__ = ''' <Copyright notice> ''' ? Cheers, Frank
