Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cpython': 0.05; 'subject:these': 0.09; 'python': 0.10; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'received:80.91': 0.16; 'received:80.91.229': 0.16; 'received:gmane.org': 0.16; 'received:list': 0.16; 'subject:Why': 0.16; 'subject:files': 0.16; 'subject:started': 0.16; 'developer': 0.16; 'stefan': 0.18; 'header:In-Reply-To:1': 0.23; 'header:User- Agent:1': 0.26; 'convention': 0.27; 'header:X-Complaints-To:1': 0.28; 'yes.': 0.29; 'skip:_ 10': 0.31; 'url:python': 0.31; 'received:84': 0.32; 'subject:?': 0.33; 'front': 0.34; 'to:addr :python-list': 0.35; 'there': 0.35; 'url:org': 0.35; 'something': 0.36; 'subject:with': 0.37; 'subject:: ': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.39; 'header:Received:5': 0.39; 'files': 0.40; 'here': 0.65; '(click': 0.84; 'received:arcor-ip.net': 0.84; 'received:pools.arcor- ip.net': 0.84; 'url:cpython': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Why are these files names started with underscore? Date: Sun, 24 Jun 2012 10:55:28 +0200 References: <1340527332.41345.YahooMailClassic@web164602.mail.gq1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-062-205.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 In-Reply-To: <1340527332.41345.YahooMailClassic@web164602.mail.gq1.yahoo.com> 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340528139 news.xs4all.nl 6959 [2001:888:2000:d::a6]:50405 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24385 gmspro, 24.06.2012 10:42: > I see there are some files here started with underscore(_) , is there any convention of something for it? > > http://hg.python.org/cpython/file/3b7230997425/Modules > > _bisectmodule.c > [...] > _winapi.c > > Is there any convention or something? Yes. Please read the CPython developer guide (click on "core development" on the Python front page). Stefan