Needless 'Global' in Shared.DC.ZRDB.Connection

Bug #440993 reported by nakagami
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Products.ZSQLMethods
Fix Released
Medium
Unassigned

Bug Description

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 → products.zsqlmethods
Revision history for this message
Jens Vagelpohl (dataflake-deactivatedaccount-deactivatedaccount) wrote :

This problem has already been solved in the latest released version of Products.ZSQLMethods (2.13.2 right now).

Changed in products.zsqlmethods:
status: New → Fix Released
assignee: nobody → Jens Vagelpohl (dataflake)
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.