Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16395

RE: Can I submit an issue with Python 2.5.6?

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 <mlto@live.jp>
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 <mlto@live.jp>
To Python-list <python-list@python.org>
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 <CAB4yi1POmj32t3YLBSG2XsvM_E_yB1W7KG2=XCUkt5RSsoL9bg@mail.gmail.com>
References <CAB4yi1POmj32t3YLBSG2XsvM_E_yB1W7KG2=XCUkt5RSsoL9bg@mail.gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3127.1322579939.27778.python-list@python.org> (permalink)
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

Show key headers only | View raw


I mistakenly posted the previous message in html format, and some rubbish text '&nbs p;' 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    2006-06-29 04:10:08.000000000 +0000
+++ Python-2.5.6/Lib/test/test_commands.py    2011-11-29 08:46:29.602607019 +0000
@@ -46,11 +46,7 @@
         #     drwxr-xr-x   15 Joe User My Group     4096 Aug 12 12:50 /
         # Note that the first case above has a space in the group name
         # while the second one has a space in both names.
-        pat = r'''d.........   # It is a directory.
-                  \+?          # It may have ACLs.
-                  \s+\d+       # It has some number of links.
-                  [^/]*        # Skip user, group, size, and date.
-                  /\.          # and end with the name of the file.
+        pat = r'''^.*(\/\.)[\ ]*[\n\r]*$
                '''
 
         self.assert_(re.match(pat, getstatus("/."), re.VERBOSE))






Toshiyuki Ogura

 		 	   		  

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

RE: Can I submit an issue with Python 2.5.6? Toshiyuki Ogura <mlto@live.jp> - 2011-11-30 00:17 +0900

csiph-web