Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:peps': 0.09; 'insensitive': 0.16; 'packages:': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'rhubarb': 0.16; 'url:pep-0008': 0.16; 'url:dev': 0.17; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'writes:': 0.29; 'case,': 0.29; 'subject:all': 0.29; '(and': 0.32; 'url:python': 0.32; 'file': 0.32; 'mixed': 0.33; 'to:addr:python-list': 0.33; 'path': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'charset :us-ascii': 0.36; 'quite': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'system.': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'subject:. ': 0.66; 'received:217': 0.68 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: dieter Subject: Re: CamelCase vs. all-lowercase package names Date: Sat, 02 Feb 2013 09:03:37 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: pd9e08b3f.dip0.t-ipconnect.de User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:7xqzaRvKnGDmdXs44iA4PGv0GBQ= 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359792233 news.xs4all.nl 6933 [2001:888:2000:d::a6]:35434 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38062 Rhubarb Sin writes: > PEP-8 calls for "short, all-lowercase names" for packages: > > http://www.python.org/dev/peps/pep-0008/#package-and-module-names This is mainly to support case insensitive file systems (and file systems with quite limited path length). With mixed case, some packages/modules may not conflict on a case sensitive file system but happen to conflict on a case insensitive file system.