From c3233b9c15647f32beeb902066a1771c2bba1ddf Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 10 Jun 2010 14:05:40 -0500 Subject: [PATCH] improve comment --HG-- branch : trunk --- py/_code/_assertionnew.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/_code/_assertionnew.py b/py/_code/_assertionnew.py index 99d4abbf4..0c7b0090e 100644 --- a/py/_code/_assertionnew.py +++ b/py/_code/_assertionnew.py @@ -1,6 +1,6 @@ """ -Like _assertion.py but using builtin AST. It should replace _assertionold.py -eventually. +Find intermediate evalutation results in assert statements through builtin AST. +This should replace _assertionold.py eventually. """ import sys