[Python-Dev] Import and unicode: part two

Brett Cannon brett at python.org
Wed Jan 19 23:47:11 CET 2011


On Wed, Jan 19, 2011 at 14:23, Alexander Belopolsky
<alexander.belopolsky at gmail.com> wrote:
> On Wed, Jan 19, 2011 at 4:40 PM, Terry Reedy <tjreedy at udel.edu> wrote:
> ..
>>> For similar reasons we tend to avoid capital letters in module names.
>>
>> That is a stdlib style guide followed by many, but intentionally not
>> enforced.
>
> Indeed.  Last time I looked, we still had cProfile in stdlib.

Yes, but that is because no one got around to hiding cProfile behind
profile before we released Python 3.0. I would still like to see it
(slowly) go away from being directly visible.


More information about the Python-Dev mailing list