Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news-transit.tcx.org.uk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip': 0.04; 'skip:p 40': 0.04; 'pat': 0.05; 'subject:Python': 0.05; 'names.': 0.07; 'subject:issue': 0.07; "'''": 0.09; '+++': 0.13; '4096': 0.16; 'patch.': 0.16; 'subject:submit': 0.16; 'unexpectedly': 0.16; 'header:In-Reply-To:1': 0.22; '+0000': 0.24; 'aug': 0.24; 'format,': 0.24; 'posted': 0.25; 'second': 0.29; 'subject:?': 0.31; '---': 0.31; "i'll": 0.31; 'to:addr:python-list': 0.34; 'size,': 0.34; 'file.': 0.34; 'directory.': 0.34; 'joe': 0.35; 'post': 0.36; 'subject:with': 0.36; 'to:name:python-list': 0.37; 'patch': 0.38; 'some': 0.38; 'skip:\xa0 10': 0.39; 'group,': 0.40; 'to:addr:python.org': 0.40; '8bit%:94': 0.69; '8bit%:100': 0.69; 'mistakenly': 0.84 X-Originating-IP: [220.209.114.90] From: Toshiyuki Ogura To: Python-list Subject: RE: Can I submit an issue with Python 2.5.6? Date: Wed, 30 Nov 2011 00:17:50 +0900 Importance: Normal In-Reply-To: References: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 29 Nov 2011 15:17:50.0926 (UTC) FILETIME=[0F2E2EE0:01CCAEAA] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322579940 news.xs4all.nl 6903 [2001:888:2000:d::a6]:52635 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16395 I mistakenly posted the previous message in html format=2C and some rubbish= text '&nbs p=3B' was unexpectedly inserted in the patch. I'll post the content of the patch again. Sorry for the inconvenience. --- Python-2.5.6/Lib/test/test_commands.py.orig=A0=A0=A0 2006-06-29 04:10:0= 8.000000000 +0000 +++ Python-2.5.6/Lib/test/test_commands.py=A0=A0=A0 2011-11-29 08:46:29.602= 607019 +0000 @@ -46=2C11 +46=2C7 @@ =A0=A0=A0=A0=A0=A0=A0=A0 #=A0=A0=A0=A0 drwxr-xr-x=A0=A0 15 Joe User My Grou= p=A0=A0=A0=A0 4096 Aug 12 12:50 / =A0=A0=A0=A0=A0=A0=A0=A0 # Note that the first case above has a space in th= e group name =A0=A0=A0=A0=A0=A0=A0=A0 # while the second one has a space in both names. -=A0=A0=A0=A0=A0=A0=A0 pat =3D r'''d.........=A0=A0 # It is a directory. -=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 \+?=A0=A0=A0=A0=A0=A0= =A0=A0=A0 # It may have ACLs. -=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 \s+\d+=A0=A0=A0=A0=A0= =A0 # It has some number of links. -=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 [^/]*=A0=A0=A0=A0=A0= =A0=A0 # Skip user=2C group=2C size=2C and date. -=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 /\.=A0=A0=A0=A0=A0=A0= =A0=A0=A0 # and end with the name of the file. +=A0=A0=A0=A0=A0=A0=A0 pat =3D r'''^.*(\/\.)[\ ]*[\n\r]*$ =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 ''' =A0 =A0=A0=A0=A0=A0=A0=A0=A0 self.assert_(re.match(pat=2C getstatus("/.")=2C re= .VERBOSE)) Toshiyuki Ogura =