Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59042
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <victor.stinner@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.04; 'handler': 0.05; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'changes': 0.15; 'benjamin': 0.16; 'pid,': 0.16; 'subject:Dev': 0.16; 'subject:] [': 0.16; 'stack': 0.19; 'subject:] ': 0.20; 'cc:addr:python.org': 0.22; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'cc:2**2': 0.30; 'message- id:@mail.gmail.com': 0.30; 'peterson': 0.31; 'file': 0.32; 'url:python': 0.33; 'cc:no real name:2**1': 0.33; 'received:google.com': 0.35; 'described': 0.36; 'url:org': 0.36; 'detail': 0.37; 'issue': 0.38; 'to:addr:python.org': 0.39; 'full': 0.61; 'online': 0.71; 'sfxlen:4': 0.84; 'url:cpython': 0.84; 'victor': 0.84 |
| 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 :cc:content-type; bh=KT8WeCKQHcSNIVW56WWvgd6XT3fVobI7qHWkv1Vr13Q=; b=Aw8h/3kTnwUUg+pQSBgMbVS8OINjwub0L3LTx12LLzHdqJlXqHJ16kZoovSQmNq7MC jfbXeYeOeUGRK2i0oqHcyk6Iasa7lJOMb3UraIUFULCm3CyRRMehHf4Qzkj13JK/TlL8 b5ns1tu5w82kSPSNOFjFWgrUEdAtZeBZReR2Ec8SPbFfmVms3KsyiaCl9URciwbe/c0S cH0cOXvzAGMJYCpor4aDC/blnXLJIoc6jX5LEuzX9KdUj4FVyc2s6HSYWCOOFT3sKExF Pco23RXYgef3QeZ4w9jLSWAvrb3biLelklFti0sluyUpQaxvoCa25QMG43Kq5NrfqHgN E/Dw== |
| X-Received | by 10.182.108.197 with SMTP id hm5mr16025269obb.33.1384134296950; Sun, 10 Nov 2013 17:44:56 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <CAPZV6o_ZBbJZBz8E2zLd5WovFDQZDBcB7Ekmn8CFWd7Fw_G0pQ@mail.gmail.com> |
| References | <CAPZV6o_ZBbJZBz8E2zLd5WovFDQZDBcB7Ekmn8CFWd7Fw_G0pQ@mail.gmail.com> |
| From | Victor Stinner <victor.stinner@gmail.com> |
| Date | Mon, 11 Nov 2013 02:44:35 +0100 |
| Subject | Re: [Python-Dev] [RELEASE] Python 2.7.6 |
| To | Benjamin Peterson <benjamin@python.org> |
| 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.2359.1384134306.18130.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384134306 news.xs4all.nl 15870 [2001:888:2000:d::a6]:36086 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:59042 |
Show key headers only | View raw
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? Victor
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [Python-Dev] [RELEASE] Python 2.7.6 Victor Stinner <victor.stinner@gmail.com> - 2013-11-11 02:44 +0100
csiph-web