Copy, Paste and Move support for content components.
Project description
Overview
This package provides Copy, Paste and Move support for content components in Zope. In particular, it defines the following interfaces for this kind of functionality:
IObjectMover,
IObjectCopier,
IContentItemRenamer,
IPrincipalClipboard
as well as standard implementations for containers and contained objects as known from the zope.container package.
CHANGES
3.5.2 (2009-08-15)
Fix documentation for the IObjectCopier.copyTo method.
Added missing dependency on zope.app.component.
3.5.1 (2009-02-09)
Use the new zope.copy package for ObjectCopier to provide pluggable copying mechanism that is not dependent on zope.location hardly.
Move the ItemNotFoundError exception to the interfaces module as it’s part of public API. Old import still works as we actually use it where it was previously defined, however, the new import place is preferred.
3.5.0 (2009-01-31)
Use zope.container instead of zope.app.container.
3.4.1 (2009-01-26)
Moved the test dependencies to a test extra requirement.
3.4.0 (2007-09-28)
No further changes since 3.4.0a1.
3.4.0a1 (2007-04-22)
Initial release as a separate project, corresponds to zope.copypastemove from Zope 3.4.0a1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.