RE: [Zope] Silly question

2005-06-02 Thread Chris McDonough
termine it on the fly. > > This way you would not automatically make all attributes that start with > an underscore > accessible, and the developer could specify exceptions. > > -----Original Message- > From: Chris McDonough [mailto:[EMAIL PROTECTED] > Sent: Thursday, June

RE: [Zope] Silly question

2005-06-02 Thread Dan Pozmanter
m: Chris McDonough [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 4:15 PM To: Dan Pozmanter Cc: zope@zope.org Subject: Re: [Zope] Silly question The DWIM of not disallowing traversal of underscore names is useful (because it makes it easy to conventionally mark attrs as private) but it

Re: [Zope] Silly question

2005-06-02 Thread Chris McDonough
The DWIM of not disallowing traversal of underscore names is useful (because it makes it easy to conventionally mark attrs as private) but it can definitely be a drag if you really do want to publish something that begins with an underscore; this happens a lot when you need to deal with allowing up