Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20239
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'frameworks': 0.04; 'cpython': 0.05; 'instance,': 0.05; 'subject:Python': 0.05; 'python': 0.08; "hasn't": 0.13; 'partly': 0.16; 'py3k': 0.16; 'subject:usage': 0.16; 'wrote:': 0.18; '2.x': 0.18; '3.2': 0.18; 'issue.': 0.19; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'discussion': 0.22; 'header:In-Reply- To:1': 0.22; 'referring': 0.23; 'subject:numbers': 0.23; 'times,': 0.24; 'django': 0.25; '(like': 0.26; 'windows': 0.26; 'compared': 0.28; "i'm": 0.28; 'unicode': 0.29; 'pm,': 0.29; 'admit': 0.30; 'porting': 0.30; 'message-id:@gmail.com': 0.31; "i've": 0.32; "isn't": 0.33; 'header:User-Agent:1': 0.33; 'eric': 0.34; 'framework': 0.34; 'mostly': 0.34; 'to:addr:python-list': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.37; "i'll": 0.38; 'received:209.85': 0.38; 'received:192': 0.38; 'could': 0.38; 'should': 0.38; 'easier': 0.38; 'received:192.168.1': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'helping': 0.62; 'projects': 0.63; 'making': 0.64; 'huh?': 0.84; 'snow': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=0RSzF9Ug3TwJ3WhqMuM9Zy4fwuN10BMpjM3aX1tNwAY=; b=ZxByIz4kKCoaef0wUpiJqtc4UU3hGWr6qB3nVynmUFnEy/8sbn79u7OtgDFWpPd1d6 LZrL/dY8DQd6+Qeh9kMrR/Sz5Ibk1A7VpOb75Y5L5lkweJMBozDxFqqFft4QfpAXOTRv NL1tEfQoYQ46YcYqHlj7XhFkECWfpDxf9awn0= |
| Date | Sat, 11 Feb 2012 15:51:49 -0600 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111220 Thunderbird/9.0 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: Python usage numbers |
| References | <CALFfu7BwqDR+4RN9VNFi35J6HJa2x=rFFTKuGAX_K=J_eRb1xg@mail.gmail.com> |
| In-Reply-To | <CALFfu7BwqDR+4RN9VNFi35J6HJa2x=rFFTKuGAX_K=J_eRb1xg@mail.gmail.com> |
| X-Enigmail-Version | 1.3.5 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.5708.1328997127.27778.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328997127 news.xs4all.nl 6851 [2001:888:2000:d::a6]:38228 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20239 |
Show key headers only | View raw
On 2/11/2012 3:02 PM, Eric Snow wrote: > I'm thinking about this partly because of the discussion on > python-ideas about the perceived challenges of Unicode in Python 3. > For instance, if frameworks (like django and numpy) could completely > hide the arguable challenges of Unicode in Python 3--and most projects > were built on top of frameworks--then general efforts for making > Unicode easier in Python 3 should go toward helping framework writers. Huh? I'll admit I'm a novice, but isn't Unicode mostly trivial in py3k compared to 2.x? Or are you referring to porting 2.x to 3.x? I've been under the impression that Unicode in 2.x can be painful at times, but easy in 3.x. I've been using 3.2 and Unicode hasn't been much of an issue. -- CPython 3.2.2 | Windows NT 6.1.7601.17640
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python usage numbers Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-11 15:51 -0600
csiph-web