[Python-Dev] python 2.5alpha and naming schemes (original) (raw)
Gregory P. Smith greg at electricrain.com
Fri Apr 21 03:00:49 CEST 2006
- Previous message: [Python-Dev] python 2.5alpha and naming schemes
- Next message: [Python-Dev] Module names in Python: was Re: python 2.5alpha and naming schemes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Module names like hashlib are not python-like too (too c/lowlevel-like).
what is python-like?
hashlib was chosen because it is a library of hash functions and hash() is already taken as a builtin function (otherwise i'd leave off the lib).
-g
- Previous message: [Python-Dev] python 2.5alpha and naming schemes
- Next message: [Python-Dev] Module names in Python: was Re: python 2.5alpha and naming schemes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]