Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46968
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joshua.landau.ws@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.021 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.01; 'subject:: [': 0.04; 'subject:Python': 0.06; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'url:appspot': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'received:209.85.217': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'received:209.85': 0.35; 'received:google.com': 0.35; 'too': 0.37; 'list': 0.37; 'received:209': 0.37; 'stable': 0.38; 'to:addr:yahoo.co.uk': 0.84; 'carlos': 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 :cc:content-type; bh=3axB+J1KzNMKBZxn+aKcWRAF2BwujENxhumSCapXdBg=; b=e80z43m7p4KCVYhPMXNnDvXFvOWPr+fD2AsWPtXNR/tqN/UI33Jr2+eCFpB2zw0dA6 8Jf8ZaRKoprD4MIJrtQJPPMLpxb6uTW3lkItJbwSRqAM5dDCH+UJL+LEFIATh1xdUnip kbujLznEIQjyhr6pS1e6gvyjoYgu2YbrWaJDNje/ITT90RaxOAR1M9Heex4qI1P+px/g c5anqMsipqhoUrxCjoWRPCP+WTrrEBBduB+2UEiXoWr0qB/mD6pohqMBRAb+i3aTeprK PRvRmAtvoFXk1RiYPHPjXuhgRF16PXzjBL5oLH4acnCWEMjEI2DMF6yGCn/TMLnzowgZ gzRQ== |
| X-Received | by 10.112.135.34 with SMTP id pp2mr13808704lbb.18.1370378597299; Tue, 04 Jun 2013 13:43:17 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <koj7r7$2d8$1@ger.gmane.org> |
| References | <mailman.1732.1368677949.3114.python-list@python.org> <koiq1m$opn$1@dont-email.me> <BLU176-W10C58A212A951E2A376190D79D0@phx.gbl> <koj7r7$2d8$1@ger.gmane.org> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | Tue, 4 Jun 2013 21:42:37 +0100 |
| Subject | Re: [RELEASED] Python 2.7.5 |
| To | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list <python-list@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 | <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.2681.1370378605.3114.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370378607 news.xs4all.nl 15971 [2001:888:2000:d::a6]:60765 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:46968 |
Show key headers only | View raw
On 4 June 2013 00:12, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 03/06/2013 23:37, Carlos Nepomuceno wrote: >> What still doesn't work in Python 3? > > http://python3wos.appspot.com/ Don't take this list too seriously - some of those do have fully working and stable Python 3 packages that just aren't in pip, like python-daemon.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RELEASED] Python 2.7.5 Benjamin Peterson <benjamin@python.org> - 2013-05-15 23:19 -0500
Re: [RELEASED] Python 2.7.5 John Nagle <nagle@animats.com> - 2013-06-03 12:20 -0700
RE: [RELEASED] Python 2.7.5 Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-04 01:37 +0300
Re: [RELEASED] Python 2.7.5 Chris Angelico <rosuav@gmail.com> - 2013-06-04 08:54 +1000
Re: [RELEASED] Python 2.7.5 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-04 00:12 +0100
RE: [RELEASED] Python 2.7.5 Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-04 02:25 +0300
Re: [RELEASED] Python 2.7.5 Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-04 21:42 +0100
Re: [RELEASED] Python 2.7.5 Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 21:51 +0100
Python 3 and ‘python-daemon’ (was: [RELEASED] Python 2.7.5) Ben Finney <ben+python@benfinney.id.au> - 2013-06-06 11:40 +1000
csiph-web