Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'bug.': 0.07; 'interpreter': 0.07; 'python': 0.08; 'am,': 0.14; 'received:209.85.214.174': 0.14; 'received:mail- iw0-f174.google.com': 0.14; 'wrote:': 0.14; '3.2,': 0.16; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:() ': 0.16; 'subject:function': 0.16; 'mon,': 0.17; 'language': 0.18; 'please?': 0.19; 'header:In-Reply- To:1': 0.21; 'figure': 0.21; 'feb': 0.23; 'worked': 0.24; "doesn't": 0.25; 'tried': 0.27; "i'm": 0.27; 'message- id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'fine.': 0.29; 'code,': 0.29; 'google': 0.31; 'listing': 0.31; 'to:addr :python-list': 0.33; 'list': 0.33; 'copying': 0.33; "i'll": 0.34; 'chris': 0.34; 'file': 0.34; 'thank': 0.35; 'using': 0.35; 'actual': 0.36; 'translate': 0.36; 'problems': 0.36; 'running': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'subject: (': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'really': 0.40; 'your': 0.60; 'exact': 0.65; 'dated': 0.67; 'explanations': 0.67; 'with,': 0.77; 'different.': 0.84; 'notepad,': 0.84; 'pasting': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=I52NpUCiDJij//Z2jjNWhKFbcU+S+N76SOpamak5ZYA=; b=Yc0ZMDIl+IlH0q8ufipXa+HT0Lo4iE4641Tl7wURJrrtOVDh11JkABHoae/lt+6Lop XTl7h8kWb4cdzHLSefeTTo5HekMIbuUM/4wnplwTZtQGS5k579Dw39tIn6MSCpIFHRny gkX3eYvGv6Zs09nAT4V+4caIz+W5onV3K+ZL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uABKNFzD/dM0Ta1KVHLpl4m4xGH5SbkJI7iRrK/E1px8swg2Ep7wKKn9/tC/PIpMgo Q2ve2YdukJozj1DtIhJGP2SJsos9pS/+dMRKqyaWfaNbztkuxyzJ5wRW2tf86TY3MxUB jLKFwkhzMGuU/uMoHcWNGxsqU0FfK5Q/S4kC0= MIME-Version: 1.0 In-Reply-To: <724378fc-9848-406f-9b44-165132c49a56@glegroupsg2000goo.googlegroups.com> References: <724378fc-9848-406f-9b44-165132c49a56@glegroupsg2000goo.googlegroups.com> Date: Mon, 23 May 2011 09:21:28 +1000 Subject: Re: Re: Strange behaviour of input() function (Python 3.2) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 19 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306106492 news.xs4all.nl 49038 [::ffff:82.94.164.166]:48172 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6023 On Mon, May 23, 2011 at 8:59 AM, sunrrrise wrote: > Thank you for quick response! > > English is not my native language so I'm going to keep my explanations simple. No problem, your English is far better than my Polish. (I used Google Translate to figure out what "Wprowadz zmienna" means.) I tried copying and pasting your exact code, even down to using Notepad, but it worked fine. The interpreter I used was a freshly-downloaded Python 3.2, listing itself as r32:88445 dated Feb 20 2011, 21:29:03. This may be a really specific bug. Can you email me the actual Python file you're having problems with, please? Off-list, as this list doesn't like attachments. I'll try running it on my system and see if it's any different. Chris Angelico