Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'win32': 0.03; '(at': 0.04; 'subject:Python': 0.06; 'versions.': 0.07; 'mixed': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:language': 0.09; 'works.': 0.09; 'python': 0.11; 'jan': 0.12; 'windows': 0.15; '"*"': 0.16; "'''": 0.16; 'alphabet': 0.16; 'expected,': 0.16; 'experiment.': 0.16; 'failure.': 0.16; 'non- ascii': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'subject:programming': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'command': 0.22; 'machine': 0.22; '>>>': 0.22; 'input': 0.22; 'header:User-Agent:1': 0.23; 'test.': 0.24; 'least': 0.26; 'subject:/': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'specified': 0.30; 'skip:( 20': 0.30; 'work.': 0.31; 'code': 0.31; "skip:' 10": 0.31; 'becoming': 0.31; 'os,': 0.31; 'except': 0.35; 'but': 0.35; 'there': 0.35; 'idle': 0.36; 'machine.': 0.36; 'much.': 0.36; 'should': 0.36; 'too': 0.37; 'window': 0.38; 'to:addr:python- list': 0.38; 'rather': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'major': 0.40; 'french': 0.61; 'received:173': 0.61; 'national': 0.62; 'email addr:gmail.com': 0.63; 'different': 0.65; 'believe': 0.68; 'prompt': 0.68; 'usa': 0.69; '8bit%:84': 0.69; 'to,': 0.72; 'cut': 0.74; 'gotten': 0.74; 'behavior': 0.77; 'fails,': 0.84; 'received:fios.verizon.net': 0.84; 'regard.': 0.84; '2013,': 0.91; 'device.': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Experiences/guidance on teaching Python as a first programming language Date: Fri, 13 Dec 2013 17:49:32 -0500 References: <201312090824.25211.gheskett@wdtv.com> <52A78F6F.3060507@stoneleaf.us> <5b62c6f8-fb92-48ef-a59a-6025b9b39994@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <5b62c6f8-fb92-48ef-a59a-6025b9b39994@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 53 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386974995 news.xs4all.nl 2870 [2001:888:2000:d::a6]:55110 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61865 On 12/13/2013 11:15 AM, wxjmfauth@gmail.com wrote: > Le jeudi 12 d=C3=A9cembre 2013 18:55:15 UTC+1, Terry Reedy a =C3=A9crit= : >> If you mean cp65xxx (I forget exact numbers), MS Command Prompt fails,= >> not Python. One should not use any other code page, but only other cod= e >> pages work. > Please, do not exaggerate too much. I try not to, so in case I mis-remembered, I tried your experiment. >> echo "=E1=88=B4=C3=A9=E2=82=AC=E3=91=96=D0=83=E2=8C=B4*" > works. I cut the mixed alphabet input line and pasted into a *fresh* Command=20 Prompt window on my USA Win 7 machine with all updates. C:\Users\Terry>echo "?=E2=80=9A????*" "?=E2=80=9A????*" About what I expected, except for =C3=A9 becoming ,. Now the test. Change= the=20 code page and re-paste. ''' C:\Users\Terry>chcp 65001 Active code page: 65001 C:\Users\Terry>echo "*" The system cannot write to the specified device. ''' This a major fail as all non-ascii chars are deleted when pasted (at=20 least visibly) and the echo does not echo. There is no Python involved=20 in this failure. I am willing to believe that you might have gotten different behavior on = your French Win 7 machine. Windows is not an international OS, but=20 rather a collection of ghettoized national versions. As I said before, Idle does work in this regard. Python 3.4.0a4 (v3.4.0a4:e245b0d7209b, Oct 20 2013, 19:57:58) [MSC=20 v.1600 64 bit (AMD64)] on win32 >>> "=E1=88=B4=C3=A9=E2=82=AC=E3=91=96=D0=83=E2=8C=B4*" '=E1=88=B4=C3=A9=E2=82=AC=E3=91=96=D0=83=E2=8C=B4*' --=20 Terry Jan Reedy