Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!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.194 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.64; '*S*': 0.03; 'subject:between': 0.16; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'message-id:@mail.gmail.com': 0.29; 'to:addr:python-list': 0.32; 'subject:What': 0.34; 'received:google.com': 0.38; 'subject:new': 0.38; 'received:209.85': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'special': 0.67; 'subject:Class': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=nPtaCXZ9ZjiAe5KTc5ifIb3ZYFPZscyTIRtK9yfVI7g=; b=FO7+rzGHuxHwB1kP8lr5m3BWbxgEQ2VjWK7yMHQEzFIR5Q5MXzmAGGIw19QgB/2qvS XDEylSwS44PdqyDmjySpjUz9ox3ogQ33hOHjgra59Llk/aElEtjKHGihyWaty8rZ112I VBsv6b7EUWwW9cptpj1k7V5/jq4jaDbvL0wGw= MIME-Version: 1.0 Date: Sun, 20 Nov 2011 13:16:26 -0800 Subject: What is the difference between "new Class()" and "Class()"? From: Herman 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: 1 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321824124 news.xs4all.nl 6842 [2001:888:2000:d::a6]:55098 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15966 What is so special about the "new" operator?