Commit b22daaed authored by Julien Muchembled's avatar Julien Muchembled

tests: add note about code that is only there for Zope < 2.13

parent 72a196c1
......@@ -99,6 +99,7 @@ def fork():
pid = os.fork()
if pid:
# recreate event pipes that already exist
# BBB: This is useless on Zope 2.13+ since ZEO now imports cleanly.
for obj in socket_map.values():
obj.close()
if obj is ZEvent.the_trigger:
......
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