From d8081de41079e33c8ecc4c1ca2ea6092c8f498f1 Mon Sep 17 00:00:00 2001 From: asamoukin Date: Thu, 30 Jul 2009 10:22:25 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=80=D0=B5=D0=B3=D1=83=D0=BB=D1=8F=D1=80=D0=BD=D0=BE?= =?UTF-8?q?=D0=B5=20=D0=B2=D1=8B=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B5=D0=B2=20=D0=B2=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB?= =?UTF-8?q?=D0=B5=20=D0=B8=D0=BC=D0=B5=D1=8E=D1=89=D0=B5=D0=BC=20=D1=82?= =?UTF-8?q?=D0=B8=D0=BF=20bind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@2239 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index c615863..c75613e 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -4123,7 +4123,7 @@ class bind(objShare): reOpen = re.compile(__openArea) reClose = re.compile(__closeArea) reCloseArea = re.compile(__closeArea + "\s*\Z") - reComment = re.compile("[ \t]*%s" %(_comment)) + reComment = re.compile("[ \t]+%s|^%s|(?<=;)%s"%(_comment,_comment,_comment)) reSepFields = re.compile(sepFields) reSeparator = re.compile("[ \t]+")