Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.049 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'initialize': 0.07; '*args,': 0.09; '"/"': 0.16; '**kwargs)': 0.16; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'subject:what': 0.31; 'skip:_ 10': 0.34; 'subject:the': 0.34; 'received:google.com': 0.35; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:self': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=jf67z4gFmHYEi25bdMC5BcUSYMNUGbXr2HOZdYqyxOc=; b=ymkN0eJ10kn606/c68kFFydk+9MlwzEm0Jg4+U4Sr9vhNrL0P0en5qnxduyV00xNT7 w4P162xDhQWdypJ2IvX9uISSq4lp7lZX7uMs/WzQau3Pt3ef8J9IFa2AZ+wEZ2pN/PfO Vg5APB/AlGuZZu6FsPgjd+cydn0o7Xnz5hLTcraDzPADHxK8IVYoI5OxWN8I9lvB3qvR +iWcjJg+E/G4/ov8iCmcxNmKxZxVkhbdtfb5ANQIR2jIqxAni9BUag/kk1M1JRTwevM3 /BIylECrCNtihkyQGe1ZxLQbUEdlwd9ge0R1WYabMMcY1V2mzomvuSEoSqsJasKFsbQ/ H8aw== X-Received: by 10.70.96.165 with SMTP id dt5mr7368002pdb.71.1407981714158; Wed, 13 Aug 2014 19:01:54 -0700 (PDT) Date: Thu, 14 Aug 2014 10:01:43 +0800 From: luofeiyu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python-list@python.org Subject: what is the "/" mean in __init__(self, /, *args, **kwargs) ? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407981718 news.xs4all.nl 2845 [2001:888:2000:d::a6]:36585 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76244 >>> help(int.__init__) Help on wrapper_descriptor: __init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. what is the "/" mean in __init__(self, /, *args, **kwargs) ?