Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15966
| 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 | <sorsorday@gmail.com> |
| 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 <sorsorday@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2875.1321824124.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
What is so special about the "new" operator?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
What is the difference between "new Class()" and "Class()"? Herman <sorsorday@gmail.com> - 2011-11-20 13:16 -0800 Re: What is the difference between "new Class()" and "Class()"? Ben Finney <ben+python@benfinney.id.au> - 2011-11-21 10:40 +1100
csiph-web