dogtail-devel [Bug 498687] No getText method



If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=498687

  dogtail | Framework | Ver: unspecified

Michal Babej changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Franz Netykafka runbox no




------- Comment #1 from Michal Babej  2007-11-23 19:31 UTC -------
Zack prepended all methods which are not supposed to be used anymore with "not"
So methods like not__init__, not__getattr__ and not_setattr__ are deprecated
and should not be used. 

If you wonder if __init__ is missing, please see the end of tree.py:

Accessibility.Accessible.__bases__ = (Node,) +
Accessibility.Accessible.__bases__
...

this line inserts Node into Accessible's base classes, so every Accessible
automagically becomes a Node, and Accessible's __init__ is used.

The two __?etattr__ methods were replaced by properties.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=498687.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]