Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michal Nalevanko Newsgroups: comp.lang.python Subject: Strange behavior Date: Thu, 14 Jan 2016 05:03:31 +0100 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de g1GqFjU+Yoxq7MULmMcj0wQAvEcmPz8N9pkl8aviaRIg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.078 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'output?': 0.09; 'received:209.85.218': 0.10; 'python': 0.10; 'file,': 0.15; 'obviously,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'say.': 0.16; 'wrote:': 0.16; 'help.': 0.23; "i've": 0.25; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; 'code': 0.30; 'received:google.com': 0.35; 'text': 0.35; 'quite': 0.35; 'but': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'to:addr :python-list': 0.36; 'received:209': 0.38; 'thank': 0.38; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'your': 0.60; 'behavior': 0.61; 'strange': 0.63; 'else.': 0.66; 'url:gl': 0.69; 'url:goo': 0.72; '3.5.1': 0.84; 'snapshot': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=fDMOa2XmPw4LZNUOPPEyR1L59fEsJJcHtxfMgRKR868=; b=zT8yC57Hh7Er5PIDny1HTL2E83A5BqK8vRWQ4z4G0b9KZJYzJFgFzJOd+IWy8HaFON 7BZ4LmtKAzbK7/7wsitKvR8hqqzvZd/+La1XRGWcj9olnn+FZ1slpYDJdspPOQu+h1jg uHwodc098dFu0WuPS4qEoyY4w9jDES6yUaovrkIdKlESn/5Jljfy2VuCCwWulDbFaaDF wtc0YnKFhwnOsJAxacZVgB5GCUK9Hj8VZOUaG+wzqqmkapxoRVSAnrX76ik7bZgE4v3C HQ7VEQorwgd3zzkx1j73SQON4TmGxBAtBsIO0ZuOPVraGetc3t2FRJnwLpmby7yiW+dh D0oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=fDMOa2XmPw4LZNUOPPEyR1L59fEsJJcHtxfMgRKR868=; b=fCTaKujGCReshi/kmqA688pHDFf3ShnitOvffMHFirSWDmGMBKqDjG92XEmU2MNgBg cfNDVVfCvPl/9jefGviNr5LLZ6r3NpwwTrimg/MvqqlVUljAVUUNfWwmTaeMivfxJ32S LG+EpguufyuODFVcGBdjQk0of17curDybIttdaJQsLWghwKfmJE040ki1gKsNMBySSnW wdL8yqaq91UObkopElEB+nUrpVLottVDXQmpo6rngqqSmOpbOm7JagwnO5fSNgef2f8Z QtdAozHgB1eQPxSrBK8BX+SUwbpM5VOxD3RNveT7qT8UesLqeB3lDbJelLLSOaf9Ljdt 2G8A== X-Gm-Message-State: ALoCoQl1ZVobNPcAQVtBBbhCNctgRtCOWQbo95rWt/ErJBh70JmhyC/aiT6cAcVe/KBL9X0RgZ7S1BDkZX6OBwEYMETn/ZI+qA== X-Received: by 10.202.197.21 with SMTP id v21mr1248590oif.35.1452744240734; Wed, 13 Jan 2016 20:04:00 -0800 (PST) X-Mailman-Approved-At: Thu, 14 Jan 2016 07:52:14 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:101688 Hello, I've just installed Python 3.5.1 on my computer and came across somewhat strange behavior. This is a snapshot of a short code that I wrote: https://goo.gl/izYbD0 Quite simple, you might say. Obviously, the program should create a new text file, nothing else. But do you see the numbers it had added to the output? Is this behavior normal or am I overlooking something? Thank you very much for your help. Michal, Slovakia