Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59043
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <benjamin@python.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1384134530; bh=u9GpHfOAnCkK7D5QbPbBVLFSOt2vgDHt95WWVcZykGk=; h=In-Reply-To:References:Date:Subject:From:To:Cc:From; b=pCmEKmTwoqGYad9EWgZxj2MMZkd6GcTYwCZHnoWKd5JEGo53bWEzCnIF18Wihyp/X ijdskLgx+Jf6xVhyLq9tb1YUiOS6cB9m6mIhKFNH2UXTtVYWa653BmhAlNVpNQiTjS bwjWQ6z8xMeNlsCVBojldMpDlt5ad9Bcador6AbA= |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LsgCMriggFk5T5BBaMWzf55/8IZ6NfF3ZmlI7pnxyic=; b=I70IuiRdY3y/XrH1sjrDathaTUp/kBaw5tbvSfgUTffzPKcD9vjNRVdVi0wcJBaHXj SFH4IwciCtcfTI3wGqCEnSg3/egqCNCIYom8iReAp9yQ34volAeca8lgvTc+XW0C08n+ MtL3Yw01LUfgT62+VFLImBWA6BUFr2f9odNKFFwMCczOyNF1+tqfNCgwRre1HexjDWO0 6MQsODDm6H6p/BESMDGNzjc6bg7x5pQKmjZzXRQcvrP2k6ss4yVTtxARsCmzB1cwDsSz +GO5RKxOAkJX6Lrz8dhCrEJj8oKE6//A8yIyukNe31FyvFYe50zH95CdkH4LlroYbOdX bwMQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.112.134 with SMTP id w6mr44213795qap.21.1384134527560; Sun, 10 Nov 2013 17:48:47 -0800 (PST) |
| In-Reply-To | <CAMpsgwYVY0UAuXcqn_fmq9qg9QnxgHpr8os1GiXo-WgZ+XUwUQ@mail.gmail.com> |
| References | <CAPZV6o_ZBbJZBz8E2zLd5WovFDQZDBcB7Ekmn8CFWd7Fw_G0pQ@mail.gmail.com> <CAMpsgwYVY0UAuXcqn_fmq9qg9QnxgHpr8os1GiXo-WgZ+XUwUQ@mail.gmail.com> |
| Date | Sun, 10 Nov 2013 20:48:47 -0500 |
| Subject | Re: [Python-Dev] [RELEASE] Python 2.7.6 |
| From | Benjamin Peterson <benjamin@python.org> |
| To | Victor Stinner <victor.stinner@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-announce-list@python.org, python-list@python.org, Python Dev <python-dev@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2360.1384134531.18130.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384134531 news.xs4all.nl 15998 [2001:888:2000:d::a6]:40567 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:59043 |
Show key headers only | View raw
2013/11/10 Victor Stinner <victor.stinner@gmail.com>: > 2013/11/10 Benjamin Peterson <benjamin@python.org>: >> All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS >> file of the source tarball. You can also view online at >> >> http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS > > - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. > A pthread_atfork() parent handler is used to seed the PRNG with pid, time > and some stack data. > > Is this changeset in Python 2.7.6 or not? It was backed out, but evidently the news entry wasn't removed. -- Regards, Benjamin
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [Python-Dev] [RELEASE] Python 2.7.6 Benjamin Peterson <benjamin@python.org> - 2013-11-10 20:48 -0500
csiph-web