Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54540

Re: In Python language, what is (void) referring to?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; '21,': 0.07; 'utf-8': 0.07; 'don': 0.09; 'subject:language': 0.09; 'cc:addr:python-list': 0.11; 'sat,': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'subject:) ': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'subject:what': 0.31; 'void': 0.31; 'url:python': 0.33; 'sense': 0.34; 'subject: (': 0.35; 'case,': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'whatever': 0.38; 'does': 0.39; 'url:mail': 0.40; 'from:charset:utf-8': 0.61; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; '8bit%:43': 0.74; 'url:tk': 0.95; '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 :cc:content-type:content-transfer-encoding; bh=4IQ0eyNqGU+S1LSXmPvBMf4pTX1JBV6jXHdx18uG4cQ=; b=Ot43GuddELSgNmJwv34vkSmSLQdkWgB7KPmBk1M70zo30zPrhqJ8yNOBnsxkQ23Wht dc7NqGCIPqCzdwCe833tdDlGsnOyPubhVcfBbAIiFZ0wH2nlheT7FVqKkLLdtTXbYFGa TN0Lmokl9jMLTkVm6pJ2pTfCBtsqyxTtNIC8yWJXJbRQxCyi/XbOSDB9iPGNSiOjpk2o BRf947EwvkWeiEpPxdfwimDU06FbuxgWPpQ8oY302colxL/+SzmRGb/NWqz7a4EEwvOx oa3lYX5D3ocYSzXivqhN8HivtS3vB0ENrAJkX9eaG9KYjOslBbldNEZXQX3vtNBjBAU/ in/w==
MIME-Version 1.0
X-Received by 10.42.22.202 with SMTP id p10mr29362icb.47.1379755281046; Sat, 21 Sep 2013 02:21:21 -0700 (PDT)
In-Reply-To <2e7e060c-c029-4e20-a0f4-6c7b312a8282@googlegroups.com>
References <2e7e060c-c029-4e20-a0f4-6c7b312a8282@googlegroups.com>
Date Sat, 21 Sep 2013 11:21:20 +0200
Subject Re: In Python language, what is (void) referring to?
From Chris “Kwpolska” Warrick <kwpolska@gmail.com>
To Don Sylvia <donsylvia95@gmail.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.219.1379755284.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379755284 news.xs4all.nl 15936 [2001:888:2000:d::a6]:35197
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54540

Show key headers only | View raw


On Sat, Sep 21, 2013 at 11:10 AM, Don Sylvia <donsylvia95@gmail.com> wrote:
> void...........?
> --
> https://mail.python.org/mailman/listinfo/python-list

void does not exist in Python, unless you named a variable “void”.  In
that case, it means whatever you set it to.

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

In Python language, what is (void) referring to? Don Sylvia <donsylvia95@gmail.com> - 2013-09-21 02:10 -0700
  Re: In Python language, what is (void) referring to? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-09-21 11:21 +0200
  Re: In Python language, what is (void) referring to? Chris Angelico <rosuav@gmail.com> - 2013-09-21 19:34 +1000
  Re: In Python language, what is (void) referring to? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-21 09:59 +0000

csiph-web