doc/book/devrepo/migration.rst
branch3.25
changeset 12196 b6b87c36beed
parent 10994 ebd586aa5b00
child 12733 d242a1692907
equal deleted inserted replaced
12195:81cf4cf60411 12196:b6b87c36beed
   195 * `option_renamed(oldname, newname)`, indicates that an option has been renamed
   195 * `option_renamed(oldname, newname)`, indicates that an option has been renamed
   196 
   196 
   197 * `option_group_change(option, oldgroup, newgroup)`, indicates that an option does not
   197 * `option_group_change(option, oldgroup, newgroup)`, indicates that an option does not
   198   belong anymore to the same group.
   198   belong anymore to the same group.
   199 
   199 
   200 * `option_added(oldname, newname)`, indicates that an option has been added.
   200 * `option_added(option)`, indicates that an option has been added.
   201 
   201 
   202 * `option_removed(oldname, newname)`, indicates that an option has been deleted.
   202 * `option_removed(option)`, indicates that an option has been deleted.
   203 
   203 
   204 The `config` variable is an object which can be used to access the
   204 The `config` variable is an object which can be used to access the
   205 configuration values, for reading and updating, with a dictionary-like
   205 configuration values, for reading and updating, with a dictionary-like
   206 syntax. 
   206 syntax. 
   207 
   207