Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.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: UNSURE 0.205 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.63; '*S*': 0.04; 'broken': 0.04; 'occasionally': 0.09; 'part,': 0.09; 'subject:setting': 0.09; 'terminated': 0.09; 'utilizing': 0.09; '23,': 0.16; 'americans': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'holy': 0.16; 'roy': 0.16; 'semicolon': 0.16; 'subject:simple': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'am,': 0.29; 'waste': 0.30; 'message- id:@mail.gmail.com': 0.30; 'decimal': 0.31; 'once,': 0.31; 'piece': 0.31; 'schemes': 0.31; 'terminate': 0.31; 'though.': 0.31; "we're": 0.32; 'text': 0.33; 'problem': 0.35; "can't": 0.35; 'no,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'useful': 0.36; 'two': 0.37; 'nov': 0.38; 'to:addr:python-list': 0.38; 'expensive': 0.39; 'to:addr:python.org': 0.39; 'most': 0.60; 'back': 0.62; 'save': 0.62; "you've": 0.63; 'face': 0.64; 'places': 0.64; 'great': 0.65; 'bottom': 0.67; 'smith': 0.68; 'started.': 0.68; 'stated': 0.69; 'receive': 0.70; 'commercial': 0.71; 'filling': 0.78; '"just': 0.84; 'fda': 0.84; 'hardly': 0.84; 'judgment,': 0.84; 'nuclear': 0.84; 'premature': 0.84; 'resulted': 0.84; 'demand.': 0.91; 'disposal': 0.91; 'families': 0.91; '2013': 0.98 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:to :content-type; bh=RDh1ZHowZcXdQtSAYH2e4YbjZqn1h97+uGHv0fgKBUE=; b=AZp4ntI0eXgj3bWHOnR0us7GpWXWaWKCJY9dps2fP8NB1pttJJr88LBwVpEO81JWYE TZ6Dshi9mEB7i2PEnsx75fLmbM/MQ3Kjn+rd8CBX0mjAAM4BOX18u6XBuaiDUmXE5n+4 3faGGMH200u2w+bZ3T43M/I6pLhZn3ZunqAucC+mz7YZKlW2Nd/1mHm86eLD87GbqtAQ FB7sXAnIlK5Ou6zSFoNCUAYLCjb2qbaxo7o7l2t2xKbclFvJIWpFs0e/Aj7WQ9j1gJY0 6x7Ql//BiUQpKAi9RzoZ6qYGGNa5cShrAc8KXY5xgq0VvwDPrYsiTq08rrWshjDIEm88 8CZA== MIME-Version: 1.0 X-Received: by 10.66.161.166 with SMTP id xt6mr2163881pab.169.1385129778428; Fri, 22 Nov 2013 06:16:18 -0800 (PST) In-Reply-To: References: <9e773107-5a6c-486b-bef2-186101d8f141@googlegroups.com> <528eec7a$0$29992$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 23 Nov 2013 01:16:18 +1100 Subject: Re: Having trouble setting up an extremely simple server... From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 22 Nov 2013 15:20:36 +0100 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385130037 news.xs4all.nl 15970 [2001:888:2000:d::a6]:36953 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60226 On Sat, Nov 23, 2013 at 12:41 AM, Roy Smith wrote: > Also, every semicolon we save can be broken down and res-used as TWO > decimal points! The Americans use the top part, most other places use > the bottom part. It's like a punctuation breeder reactor. One piece > goes in, and two come out. That's only the glyph, though. You can't do that with the codepoints - all you end up with is a U+0003 'END OF TEXT' and a U+000B 'LINE TABULATION', useful occasionally but hardly in great demand. No, once you've broken the glyph apart, there's not a lot you can do with the codepoint, and they end up filling the nuclear waste disposal caverns. People keep coming up with schemes for utilizing waste U+0003s, but there's a fundamental problem that text can only end once [1], and all attempts to use U+0003 in commercial use resulted in the premature termination of the text concerned. Of course, the FDA put an immediate stop to that - so expensive to compensate the families of the terminated text - so we're back where we started. ChrisA [1] As is stated in the Holy Writ, Hebrews 9:27: "Just as text is destined to end once, and after that to face judgment, so C strings receive but a single NUL to terminate the strings of many."