http://hg.python.org/cpython/rev/ae8491fbb838 changeset: 72187:ae8491fbb838 branch: 3.2 user: Éric Araujo <merwok at netwok.org> date: Thu Sep 01 22:06:23 2011 +0200 summary: Remove obsolete comment files: Lib/pipes.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Lib/pipes.py b/Lib/pipes.py --- a/Lib/pipes.py +++ b/Lib/pipes.py @@ -54,8 +54,6 @@ To create a new template object initialized to a given one: t2 = t.clone() - -For an example, see the function test() at the end of the file. """ # ' -- Repository URL: http://hg.python.org/cpython