Commit be61b91b authored by Jim Fulton's avatar Jim Fulton

4.2.2

parent eda70ac9
``persistent`` Changelog
========================
4.2.2 (unreleased)
4.2.2 (2016-11-29)
------------------
- Drop use of ``ctypes`` for determining maximum integer size, to increase
pure-Python compatibility.
- Ensure that ``__slots__`` attributes are cleared when a persistent object
is ghostified.
- Ensure that ``__slots__`` attributes are cleared when a persistent
object is ghostified. (This excluses classes that override
``__new__``. See
https://github.com/zopefoundation/persistent/wiki/Notes_on_state_new_and_slots
if you're curious.)
4.2.1 (2016-05-26)
------------------
......
......@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '4.2.2.dev0'
__version__ = '4.2.2'
import os
import platform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment