Mercurial > p > roundup > code
diff CHANGES.txt @ 524:dce4c75bef5a
changed all config accesses...
...so they access either the instance or the config attriubute on the
db. This means that all config is obtained from instance_config
instead of the mish-mash of classes. This will make switching to a
ConfigParser setup easier too, I hope.
At a minimum, this makes migration a _little_ easier (a lot easier in the
0.5.0 switch, I hope!)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Jan 2002 02:20:15 +0000 |
| parents | 32db08940334 |
| children | 53839883cab6 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jan 13 08:03:53 2002 +0000 +++ b/CHANGES.txt Mon Jan 14 02:20:15 2002 +0000 @@ -13,6 +13,11 @@ . #502342 ] pipe interface . #502437 ] rogue reactor and unittest . re-enabled dumbdbm when using python >2.1.1 (ie 2.1.2, 2.2) + . changed all config accesses so they access either the instance or the + config attriubute on the db. This means that all config is obtained from + instance_config instead of the mish-mash of classes. This will make + switching to a ConfigParser setup easier too, I hope. + 2002-01-08 - 0.4.0b1 Feature:
