Looking at http://docs.python.org/dev/library/html.html#module-html it would 
appear that we've created a new module with a single trivial function.

In reality, there was already a python package, html, that served to group two 
loosely related modules, html.parser and html.entities.

ISTM, that if we're going to use python packages as "namespace containers" for 
categorizing modules, then the top level __init__ namespace should be left 
empty.

Before the placement of html.escape() becomes set in stone, I think we should 
consider putting it somewhere else.


Raymond

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to