On Wed, 10 May 2006 03:03:22 +0530, <maxb@tigris.org> wrote:
> Author: maxb
> Date: Tue May 9 14:33:21 2006
> New Revision: 19595
>
> Modified:
> trunk/subversion/tests/cmdline/svnlook_tests.py
>
> Log:
> * subversion/tests/cmdline/svnlook_tests.py (run_svnlook): Add docstring.
>
>
> Modified: trunk/subversion/tests/cmdline/svnlook_tests.py
> URL:
> http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/svnlook_tests.py?pathrev=19595&r1=19594&r2=19595
> ==============================================================================
> --- trunk/subversion/tests/cmdline/svnlook_tests.py (original)
> +++ trunk/subversion/tests/cmdline/svnlook_tests.py Tue May 9 14:33:21
> 2006
> @@ -34,6 +34,8 @@
> # Convenience functions to make writing more tests easier
> def run_svnlook(*varargs):
> + "Run svnlook with VARARGS, returns stdout as list of lines.
> + Raises Failure if any stderr messages."
Isnt it better to use triple quote """ for docstrings longer than a line?
Regards,
Madan.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 9 23:39:51 2006