]> git.saurik.com Git - wxWidgets.git/commit
wx.lib.pubsub updates from Oliver Schoenborn:
authorRobin Dunn <robin@alldunn.com>
Thu, 6 Apr 2006 01:15:20 +0000 (01:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 6 Apr 2006 01:15:20 +0000 (01:15 +0000)
commit0cdd86d6d0c7c9ef37245735703fbc3b420b4c65
treee0e9012c27dfbf74938c93eb3939c65a65ff4133
parent2f643d0600980076e063ac4937fc8a865b60eea1
wx.lib.pubsub updates from Oliver Schoenborn:
    - the hash problem re non-hashable objects
    - now supports listeners that use *args as an argument
      (listener(*args) was not passing the validity test)
    - corrected some mistakes in documentation
    - added some clarifications (hopefully useful for first time
      users)
    - changed the way singleton is implemented since old way prevented
      pydoc etc from extracting docs for Publisher

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/lib/pubsub.py