I don't know who all noticed it, but Python 2.2 seems to add a feature
to make individual attribute accesses fully dynamic -- i.e., with a
getter, setter, and deleter.  This potentially alleviates the need for
the *() and set*() functions that are all over the place -- and
without fancy/annoying __getattr__ magic.

  http://www.amk.ca/python/2.2/index.html#SECTION000340000000000000000


  Ian

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to