Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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; 'subject:IDLE': 0.04; 'error:': 0.05; 'scripts': 0.09; "'...'": 0.09; '(bmp)': 0.09; 'encode': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'output': 0.13; 'appropriate': 0.14; 'codec': 0.16; 'i.e.,': 0.16; 'idle,': 0.16; 'idle.': 0.16; 'idlelib': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'run:': 0.16; 'subject:ever': 0.16; 'windows': 0.20; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'subject: -- ': 0.27; 'workaround': 0.29; 'character': 0.29; 'classes': 0.30; "can't": 0.32; '[1]': 0.32; 'idle': 0.33; 'message-id:@gmail.com': 0.34; 'running': 0.34; 'subject:please': 0.35; 'unicode': 0.35; 'should': 0.36; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'questions': 0.40; 'skip:u 10': 0.61; 'today': 0.65; 'teach': 0.70; 'received:89': 0.80; 'discussions,': 0.84; 'subject:you': 0.85; 'subject:Who': 0.91; 'subject:know': 0.91; 'subject:answer': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Akira Li <4kir4.1i@gmail.com> Subject: Re: Who uses IDLE -- please answer if you ever do, know, or teach Date: Sat, 08 Aug 2015 06:45:16 +0300 References: Mime-Version: 1.0 Content-Type: text/plain X-Gmane-NNTP-Posting-Host: 89.169.229.68 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:cgQL/m5GWUDxzH7DUd5cO/Ee/BY= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439005608 news.xs4all.nl 2827 [2001:888:2000:d::a6]:50871 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3638 X-Received-Body-CRC: 1286647632 Xref: csiph.com comp.lang.python:95156 Terry Reedy writes: > There have been discussions, such as today on Idle-sig , about who > uses Idle and who we should design it for. If you use Idle in any > way, or know of or teach classes using Idle, please answer as many of > the questions below as you are willing, and as are appropriate > Running Python scripts in Windows console that may produce Unicode output is a worth-mentioning use-case [1] (as you might know) i.e., if you run: T:\> py print_unicode.py and get the error: UnicodeEncodeError: 'charmap' codec can't encode character '...' then a workaround that works out of the box is to run: T:\> py -m idlelib -r print_unicode.py that can display Unicode (BMP) output in IDLE. [1] http://stackoverflow.com/questions/28521944/python3-print-unicode-to-windows-xp-console-encode-cp437