AGW Logo

svn SVN Revision 69627 For persistencemanager

This file contains the SVN revision history for persistencemanager, at revision 69627.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 26-Oct-2011 18:51:45 UTC
  • Committer: AG
  • File Size: 26333 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • AuiManager: fix the assertion error in the demo;
  • Others: minor fixes to the docstrings.

svn_diff Diff To Previous Version (69550)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/persist/persistencemanager.py 2011/10/26 18:51:45     69550
+++ wxPython/3rdParty/AGW/agw/persist/persistencemanager.py 2011/11/01 19:42:21     69627
@@ -440,9 +440,12 @@
:param `persistenceHandler`: if not ``None``, this should a custom handler derived
from L{persist_handlers.AbstractHandler}.

-        :note: Note that registering the object doesn't do anything except allowing to call
+        :note:
+
+         Note that registering the object doesn't do anything except allowing to call
L{Restore} for it later. If you want to register the object and restore its
properties, use L{RegisterAndRestore}.
+

:note: The manager takes ownership of the L{PersistentObject} and will delete it when
it is unregistered.
Tree

Table Of Contents

Previous topic

SVN Revision 69550 For persistencemanager

Next topic

piectrl