[Zope-dev] zope.interface 3.5.2 release

2009-07-01 Thread Fred Drake
I just released zope.interface 3.5.2, which adds only this bug fix:

- BaseAdapterRegistry.unregister, unsubscribe: Remove empty portions of
  the data structures when something is removed.  This avoids leaving
  references to global objects (interfaces) that may be slated for
  removal from the calling application.

I've made a source distribution available via PyPI:

  http://pypi.python.org/pypi/zope.interface/

Windows users would likely be thankful if someone with the appropriate
tools and know-how to build Windows binary distributions were to do so
and upload those to PyPI as well.

Enjoy!


  -Fred

-- 
Fred L. Drake, Jr.
"Chaos is the score upon which reality is written." --Henry Miller
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


Re: [Zope-dev] zope.interface 3.5.2 release

2009-07-01 Thread Hanno Schlichting
On Wed, Jul 1, 2009 at 6:01 PM, Fred Drake wrote:
> I've made a source distribution available via PyPI:
>
>  http://pypi.python.org/pypi/zope.interface/
>
> Windows users would likely be thankful if someone with the appropriate
> tools and know-how to build Windows binary distributions were to do so
> and upload those to PyPI as well.

Just did that for Python 2.4 to 2.6.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )


Re: [Zope-dev] zope.interface 3.5.2 release

2009-07-01 Thread Fred Drake
On Wed, Jul 1, 2009 at 12:30 PM, Hanno Schlichting wrote:
> Just did that for Python 2.4 to 2.6.

Thanks, Hanno!


  -Fred

-- 
Fred L. Drake, Jr.
"Chaos is the score upon which reality is written." --Henry Miller
___
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )