Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: cannot open file with non-ASCII filename Date: Tue, 15 Dec 2015 15:09:16 +0100 Lines: 14 Message-ID: References: <20151214221751.GM12472@rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de YxtJlQyCVNsTKBxHfV+v+AmKgTMrpH5dy7U0fgHZ8ufg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:bitbucket': 0.05; 'pypy': 0.07; 'subject:file': 0.07; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'url:pypy': 0.09; 'files.': 0.13; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:non': 0.16; 'timeout.': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'input': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'wrote': 0.23; 'dec': 0.23; 'see,': 0.27; 'function': 0.28; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'that.': 0.30; 'work.': 0.30; 'tue,': 0.34; "isn't": 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'subject:-': 0.39; 'subject:with': 0.40; 'header:Message-Id:1': 0.61; 'here.': 0.62; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1450188564; bh=5lbDdMqxBxTt85RnNtJO9nMtDgouc9ruz61eMFvwMH4=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=JXPsjByxqqtrFhKXFMfI0H/YZgdrrVdjMUYqjp0/CjYTStSENs+7KUFm5I2c9dPos KG+9Z0DfuQYGEtHgLVwBY1+neDinvGiKoZhlvaKQ8Xp0j32angRBr/uEgMg+hM5jew I0vUBv0HmecHNxzo6JYynlW1hbtutYh2l2honivE= In-reply-to: Comments: In-reply-to Ulli Horlacher message dated "Tue, 15 Dec 2015 08:26:37 +0000." Content-ID: <31479.1450188556.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Tue, 15 Dec 2015 15:09:24 +0100 (CET) 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: , Xref: csiph.com comp.lang.python:100458 In a message of Tue, 15 Dec 2015 08:26:37 +0000, Ulli Horlacher writes: >Laura Creighton wrote: > >> PyPy wrote its own pyreadline. >> You can get it here. https://bitbucket.org/pypy/pyrepl > >As far as I can see, it has no getkey function. >My users do not hit ENTER after drag&drop or copy&paste files. >I need an input function with a timeout. Right, then this isn't going to work. Sorry about that. Laura