[zope2-tracker] [Bug 440993] [NEW] Needless 'Global' in Shared.DC.ZRDB.Connection

nakagami nakagami at da2.so-net.ne.jp
Fri Oct 2 19:54:55 EDT 2009


Public bug reported:

Globals package obsolated in Zope 2.12.0, but
Shared/DC/ZRDB/Connection.py has needless Globals desctiption

--- Connection.py.orig  2009-10-02 14:46:38.000000000 +0900
+++ Connection.py       2009-10-02 14:46:48.000000000 +0900
@@ -70,7 +70,7 @@
        self.edit(title, connection_string, check)

    def __setstate__(self, state):
-        Globals.Persistent.__setstate__(self, state)
+        Persistent.__setstate__(self, state)
        if self.connection_string:
            try: self.connect(self.connection_string)
            except:

** Affects: zope2
     Importance: Undecided
         Status: New

-- 
Needless 'Global' in Shared.DC.ZRDB.Connection
https://bugs.launchpad.net/bugs/440993
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list