-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stefan H. Holek wrote: > Log message for revision 94498: > Restore Products.Five.security.initializeClass. > > Changed: > U Zope/trunk/lib/python/Products/Five/security.py > > -=- > Modified: Zope/trunk/lib/python/Products/Five/security.py > =================================================================== > --- Zope/trunk/lib/python/Products/Five/security.py 2009-01-03 23:57:24 UTC > (rev 94497) > +++ Zope/trunk/lib/python/Products/Five/security.py 2009-01-04 07:44:36 UTC > (rev 94498) > @@ -26,6 +26,7 @@ > from zope.security.management import thread_local > from zope.security.simplepolicies import ParanoidSecurityPolicy > > +from App.class_init import InitializeClass as initializeClass > from AccessControl.SecurityInfo import ClassSecurityInfo > from AccessControl.SecurityManagement import getSecurityManager
Does third-party code import that symbol, spelled with the lower-case 'i'? If so, let's go ahead and make a 'zope.deferredimport.deprecated' entry, and point people to the correct location and spelling. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJYLu/+gerLs4ltQ4RAqorAKDDWXT4kQbGWQcSgYAEN16LqpuTFgCgxqIN aKKwC++FPrsHFPqAuaijS6c= =eaj9 -----END PGP SIGNATURE----- _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
