Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76446
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'say,': 0.05; 'subject:Python': 0.06; 'found,': 0.07; 'subject:Why': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'books': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'needless': 0.16; 'safely.': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'subject:like': 0.24; 'switched': 0.24; 'fairly': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'another': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'otherwise.': 0.36; 'should': 0.36; 'easily': 0.37; 'short': 0.38; 'ago,': 0.61; 'kind': 0.63; 'today': 0.64; 'more': 0.64; 'confusion.': 0.84; 'move.': 0.84; 'relief.': 0.84; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=j7gO2pR+gMrNX76w5r93uXSBpnIgePsqMWkUHo/m8bE=; b=WGr/fEOVeqRRV7eDRG/YRVQVt3FCIWdEmIc7ubOawrhFtzBpryam02OHbmwFwDRs9p FBwu6NNU4BBuYxuGgXyC2jnTBF1MB8n2RAUITrnuPJ5vyL6CaW6X8xlT0gOkGkn91+/y DRLkcPUTkkAF+F5HTJfx/VLlwm1KOBwOGiJqcsSmKN5aH++cHQfjJtcvhTWk4gbgg25t KQQP+aFqDhrqL094F5PC1A08Ln3CjlYFfQvKG3oUU5bDOb/Fx6L6gW/kRI2wVq0WShBW QWAT44treWdEsbz45cQh5E6d74PUEOW8AuETYnE33qGJ8oWrHZouZFBfGl7yoNA7XFYu Bntg== |
| MIME-Version | 1.0 |
| X-Received | by 10.43.96.65 with SMTP id cf1mr33032936icc.26.1408329143197; Sun, 17 Aug 2014 19:32:23 -0700 (PDT) |
| In-Reply-To | <D1E2A969-19AB-42C7-A9C3-DF9DA3D6576D@gmail.com> |
| References | <lsq7lg$8tp$2@ger.gmane.org> <D1E2A969-19AB-42C7-A9C3-DF9DA3D6576D@gmail.com> |
| Date | Mon, 18 Aug 2014 12:32:23 +1000 |
| Subject | Re: Why Python 4.0 won't be like Python 3.0 |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| 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.13079.1408329145.18130.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1408329145 news.xs4all.nl 2869 [2001:888:2000:d::a6]:57613 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:76446 |
Show key headers only | View raw
On Mon, Aug 18, 2014 at 9:17 AM, Redge @ Versalytics.com <versalytics@gmail.com> wrote: > Definitely a relief. After delving into Python only a few short months ago, everything I was reading suggested 2.x.x. When I switched to another book to continue with my studies, some of the code wasn't working ... welcome to 3.x.x. Needless to say, I'm using 3.4.1 exclusively today unless something bizarre requires me to do otherwise. > Good move. You should be able to upgrade to 3.4.x safely, and 3.5 fairly safely. Eventually, books about Python 3 will be the more easily found, and you won't have this kind of confusion. ChrisA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Why Python 4.0 won't be like Python 3.0 Chris Angelico <rosuav@gmail.com> - 2014-08-18 12:32 +1000 Re: Why Python 4.0 won't be like Python 3.0 wxjmfauth@gmail.com - 2014-08-18 01:30 -0700
csiph-web