[Zodb-checkins] CVS: Zope3/src/zope/interface - pyskel.py:1.5
Chris McDonough
chrism at plope.com
Wed Jan 14 17:56:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv5558/src/zope/interface
Modified Files:
pyskel.py
Log Message:
Merge security policy refactoring:
- Moved all role- and grant-related functionality into
zope.products.securitypolicy (and out of zope.app.security.grant).
The zope.products.securitypolicy implementation is exactly
the same as the old implementation; no changes were made
to the actual mechanics of role-permission or principal-permission
grants. The only real difference is that all functionality
that is the purview of what we want a security policy to have
control of is now in that one place.
- Created new modulealias directive which can be used to provide
aliases to older modules (to not break existing ZODBs when
module locations change).
- Added minor feature: "make debug" launches a debug session in the
spirit of Zope 2's "zopectl debug".
=== Zope3/src/zope/interface/pyskel.py 1.4 => 1.5 ===
--- Zope3/src/zope/interface/pyskel.py:1.4 Fri Aug 15 20:44:44 2003
+++ Zope3/src/zope/interface/pyskel.py Wed Jan 14 17:55:30 2004
@@ -20,7 +20,7 @@
Example:
cd lib/python
- python zope/interface/pyskel.py zope.app.interfaces..security.IRoleService
+ python zope/interface/pyskel.py zope.app.interfaces.pigs.IPigService
The dotted name is the module name and interface object name connected
with a dot.
More information about the Zodb-checkins
mailing list