Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:not': 0.03; 'subject:Python': 0.06; 'subject:file': 0.07; '22,': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'eof': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:log': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'instance,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'unix': 0.29; 'to?': 0.30; 'message-id:@mail.gmail.com': 0.30; 'convince': 0.31; 'received:google.com': 0.35; 'there': 0.35; 'controls': 0.36; 'should': 0.36; 'files': 0.38; 'pm,': 0.38; 'how': 0.40; 'mar': 0.68; 'default': 0.69; 'ending': 0.78; 'change?': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=M7fvqRDHuJQSNkyHmP8GQPHQeIat/l0hBSnrPeb7lKQ=; b=BBx8keFGcaPSHwIRSjmEm/OiqrWVu4oSi7hNob9zzBp+CCGUtIp1/hYlV9zGd6Xvy3 2CX0taX/xakAcL6OlEc4Sg3Byo7829psn24H50SHAIndEKlHe7rcs5CDRvN4Bk1hkvkA kr57/EYNIMccCpbX/ESiSzO8HZpuQFTrHy9uVAo8kdGARXIEWHTpJ5eWvrvHdLqSPSvG PYNjd0lsFoZPpaZU5Z4vlqZ7IPyQlTKKh4jl2q0ZZJAlk7i2gUDgIbfhYckKiOBBYO0d aTYazfFarJdrAVUfal6+dDmOUlSd/bTn7p5FsB9Vqk+bdLIHPYLr6FaKXtXjataUn1Se SFxQ== MIME-Version: 1.0 X-Received: by 10.69.31.75 with SMTP id kk11mr57108373pbd.101.1395463582168; Fri, 21 Mar 2014 21:46:22 -0700 (PDT) In-Reply-To: References: <827c7585-6c2a-4329-861f-0fdaa629b050@googlegroups.com> Date: Sat, 22 Mar 2014 15:46:22 +1100 Subject: Re: Python MSI not installing, log file showing name of a Viatnemese communist revolutionary From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395463585 news.xs4all.nl 2841 [2001:888:2000:d::a6]:33925 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68743 On Sat, Mar 22, 2014 at 3:30 PM, Mark H Harris wrote: > All files should have standard delimiters. What I used to call flat-text > files should have standard line-end delimiters, and standard file-end EOF > markers. All OS's should comply with the standard... for instance, there > should not be a windows x'0a' x'0d' line ending, and a unix x'0d' line > ending. (Side point: You have your 0d and your 0a backwards; the Unix line ending is U+000A, and the Windows default is U+000D U+000A.) How are you going to make people change? What are you going to make them change to? Who controls this standard, and how do you convince all OSes to comply with it? ChrisA