[Checkins] SVN: zope.location/trunk/ Actually removed deprecated code from zope.location.pickling.

Dan Korostelev nadako at gmail.com
Thu Sep 17 09:43:30 EDT 2009


2009/9/17 Thomas Lotze <tl at gocept.com>:
> Log message for revision 104210:
>  Actually removed deprecated code from zope.location.pickling.
>
> Changed:
>  U   zope.location/trunk/CHANGES.txt
>  U   zope.location/trunk/src/zope/location/pickling.py
> -# BBB 2009/02/09
> -# The locationCopy was replaced by more generic "clone" function
> -# in the zope.copy package. This reference may be removed someday.
> -from zope.copy import clone as locationCopy
> -
> -# BBB 2009/02/09
> -# The CopyPersistent was made more generic and moved to the
> -# zope.copy package. This reference may be removed someday.
> -from zope.copy import CopyPersistent

Why removing this? That breaks old imports. IIRC, the only thing that
was discussed is PathPersistent, the removal of which makes it
possible to move ITraverser back to zope.traversing. I'd leave at
least "locationCopy" BBB import in place as it may be used by third
party code.

-- 
WBR, Dan Korostelev


More information about the checkins mailing list