Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'badly': 0.09; 'executable': 0.09; 'patch.': 0.09; 'subject:using': 0.09; 'subject:version': 0.09; 'ah,': 0.16; 'intimate': 0.16; 'symbols': 0.16; 'usable': 0.16; 'written.': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'saying': 0.22; 'versions': 0.24; 'compiled': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'you?': 0.31; '13,': 0.31; 'breaking': 0.31; 'relies': 0.31; 'probably': 0.32; 'says': 0.33; 'knowledge': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'doing': 0.36; 'next': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'john': 0.61; "you're": 0.61; 'different': 0.65; 'line,': 0.68; 'hand': 0.80; 'approach.': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gXdpyVf3b87yWwlAXQpofoS6e3RDcIN/4j37zbzJAqg=; b=UAk3ibkG6zGY3DHwrsxJze0cVYlu9E85jsZhgMp6kDpDTFOBgbmbNBoCav+PyTvkyZ kYPcvo/iz7hdAefBLPeM7GaneJNnWN4a/rxVt8Oud+nVmGBaZjYD/DlAlqxk/ARPqd1/ 4WZQuf15u7X+gfK58wD/rh0koebKoQmXyLb826qnyyWWJQDB2AC2yEtmS3zUZvCMMpWF aLNzZrrfwM+Ul1cq1nbXkzezA5Dc5u6k1n5guzlWhJMLpFxBBIZ1ggArQdj84yQcf9gI 5pDHQY6QfeZpKQossKa1aTiiewPeKFUvs8iL7aeMw0pvFnQeFuWVG9UPdIx7lKOFyft3 szIw== X-Received: by 10.68.253.1 with SMTP id zw1mr31800016pbc.30.1381687651035; Sun, 13 Oct 2013 11:07:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Sun, 13 Oct 2013 12:06:50 -0600 Subject: Re: What version of glibc is Python using? To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381687654 news.xs4all.nl 15982 [2001:888:2000:d::a6]:35187 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56776 On Sun, Oct 13, 2013 at 11:43 AM, John Nagle wrote: > Ah, the apologist approach. I'm not trying to defend it. I'm saying that patching the function to fix the issue at hand risks breaking existing code that relies upon the function doing what the documentation says it does. > The documentation is badly written. The next line, > "Note that this function has intimate knowledge of how different libc > versions add symbols to the executable is probably only usable for > executables compiled using gcc" isn't even a sentence. > > The documentation needs to be updated. Please submit a patch. You're the one pointing it out. Why don't you?