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


Groups > comp.lang.python > #24385

Re: Why are these files names started with underscore?

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Why are these files names started with underscore?
Date 2012-06-24 10:55 +0200
References <1340527332.41345.YahooMailClassic@web164602.mail.gq1.yahoo.com>
Newsgroups comp.lang.python
Message-ID <mailman.1449.1340528139.4697.python-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

Re: Why are these files names started with underscore? Stefan Behnel <stefan_ml@behnel.de> - 2012-06-24 10:55 +0200

csiph-web