Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'broken': 0.03; 'interpreter': 0.04; 'paths': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sep': 0.09; 'terry': 0.09; 'bug': 0.10; 'itself.': 0.11; 'template': 0.11; '2.7': 0.13; 'index': 0.13; "skip:' 30": 0.15; '3.2.': 0.16; 'closes': 0.16; 'digits.': 0.16; "idle',": 0.16; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'report?': 0.16; 'subject:broken': 0.16; 'wrote:': 0.17; 'certainly': 0.17; 'jan': 0.18; 'windows': 0.19; 'tracker': 0.20; 'bit': 0.21; '(by': 0.22; 'url:bugs': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'expand': 0.26; 'pages,': 0.27; "doesn't": 0.28; 'fixed': 0.28; 'header:X -Complaints-To:1': 0.28; 'skip:( 20': 0.28; 'issuing': 0.29; "i'm": 0.29; 'daniel': 0.30; 'expect': 0.31; 'point': 0.31; 'url:python': 0.32; 'function.': 0.33; 'idle': 0.33; 'to:addr :python-list': 0.33; 'direction': 0.35; 'path': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'google': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'is.': 0.62; 'truly': 0.62; 'klein': 0.65; 'clicking': 0.75; '3.3.1': 0.84; 'go...': 0.84; 'otten': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Path Browser seems to be broken Date: Tue, 20 Nov 2012 15:21:06 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353442885 news.xs4all.nl 6857 [2001:888:2000:d::a6]:39593 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33653 On 11/20/2012 1:23 PM, Peter Otten wrote: > Daniel Klein wrote: > >> If you try to expand any of the paths in the Path Browser (by clicking the >> + sign) then it not only closes the Path Browser but it also closes all >> other windows that were opened in IDLE, including the IDLE interpreter >> itself. >> >> A Google search doesn't look like this been reported. If this is truly a >> bug > > It is. > >> then can you point me in the right direction for issuing a bug report? > > is the place to go... > > >> I'm running... >> >> Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 >> bit (AMD64)] on win32 > > > but this bug has already been reported: > > I would not expect Google to index the dynamic tracker form pages, certainly not all of them, as it would have to know which issue numbers are currently valid in the template 'http:/bugs/python.org/isue#', where # is up to 7 digits. The tracker has a search function. I found this issue by searching the tracker for 'all text: path browser', 'components: IDLE', and 'status: don't care' and then looking at the 8 responses. Path browser works in 2.7 and 3.2. It was broken in 3.3.0 and has been fixed for 3.3.1 and 3.4.0. The issue status is 'closed', so one must change the search status field from the default of 'open' to find it. -- Terry Jan Reedy