On Sat, Apr 4, 2009 at 6:04 PM, Chris McDonough <chrism@plope.com> wrote:
Using an interface class for a constant "container" would often be handy but it
might be an inappropriate use of interface classes.
FTR, I do often put
constants in an "interfaces.py" module at module scope (if there are more than
one related, sometimes in a dictionary or within a non-interface class
statement) in order to not feel I need to create some "constants.py" module.
Maybe we could just agree that doing so isn't some sort of violation of intent?