Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.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.070 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; '22,': 0.09; 'disk.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sense,': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'systems.': 0.18; 'windows': 0.19; 'setup.': 0.22; 'installed': 0.23; 'idea': 0.24; 'header:In-Reply-To:1': 0.25; 'fit': 0.26; 'disk': 0.27; 'message- id:@mail.gmail.com': 0.27; 'probably': 0.29; 'asked': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'wanted': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'called': 0.39; 'free': 0.61; 'activation': 0.62; 'card': 0.62; 'decided': 0.65; 'subject: & ': 0.67; '2013': 0.84; 'rusi': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=fC41PH29K+/X6ZxJe/oxaKD1q1DWsiALT5wvQojCBe0=; b=h6392BzxpfhTNDOKCHn9XJYUWaPWiE1WTaYqIvo5Og/xMAYGlHO0pao8FeBynLpLWC DtTeZojtOG14V6PkboXN01vSheqzQnMevap9LTyFHpz2PL4bohAiaf0QumGNRPN+csGX mGR3vbjvP+C4taR5D1e4KGqRoNz3uWbTtXST3mX8s6un5Wk3D98JaTaLcHlYmR9z8Odq fbkfrQ/OVDo8w6UIgWdfQZ0sK196QLExyue/LMu8pyy+t8zOLkEr2rDnEwSCLCfWetob 8tIlPBf073Fr/QCRsdvG3HweA71jMELGFZu3AAoejp6InZlPoOEq8WFtabpOOsdTN4j8 Mlmg== MIME-Version: 1.0 X-Received: by 10.52.29.109 with SMTP id j13mr15192730vdh.111.1358829585392; Mon, 21 Jan 2013 20:39:45 -0800 (PST) In-Reply-To: <34a47f4b-af49-49df-b0f2-f275c4b99f36@ui9g2000pbc.googlegroups.com> References: <8deb6f5d-ff10-4b36-bdd6-36f9eed58e1e@googlegroups.com> <5dd4babd-716d-4542-ad36-e6a841b73ec3@googlegroups.com> <03581a24-9330-4019-bde9-61a607000d3d@googlegroups.com> <187d77e0-e948-46bf-acc5-668c446cf3aa@googlegroups.com> <239abe33-fa5b-41a9-ae80-5260b9b1bd9c@googlegroups.com> <34a47f4b-af49-49df-b0f2-f275c4b99f36@ui9g2000pbc.googlegroups.com> Date: Tue, 22 Jan 2013 15:39:45 +1100 Subject: Re: Uniquely identifying each & every html template 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.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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358829588 news.xs4all.nl 6890 [2001:888:2000:d::a6]:50617 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37249 On Tue, Jan 22, 2013 at 2:24 PM, rusi wrote: > Ive a computer whose OS I wanted to upgrade without disturbing the > existing setup. Decided to fit a new hard disk with a new OS. > Installed the OS on a new hard disk, fitted the new hard disk into the > old computer and rebooted. > > The messages that started coming were: New Hardware detected: monitor, > mouse, network card etc etc. but not new disk! > > Strange! The only one thing new is not seen as new but all the old > things are seen as new. That's because you asked the OS to look at the computer, and the OS was on the disk. So in that sense, you did give it a whole lot of new hardware but not a new disk. However, Windows Product Activation would probably have called that a new computer, meaning that Microsoft deems it to be new. (I've no idea about other non-free systems. Free systems don't care about new computer vs same computer, of course.) ChrisA