Skip to content

Commit

Permalink
Python 3: Use a more recent version of Products.CMFCore.
Browse files Browse the repository at this point in the history
Fixes attribute list being optimized away because it's a dict view.
See zopefoundation/Products.CMFCore@0dd062b#diff-96c3307b3152ba026a97bb6e1ca1cefcR601
  • Loading branch information
reinhardt committed Jul 29, 2019
1 parent 3735de8 commit 764866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone-5.2.x.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
base.cfg
http://dist.plone.org/release/5.2rc1/versions.cfg
http://dist.plone.org/release/5.2rc3/versions.cfg
find-links += http://dist.plone.org/thirdparty/
versions=versions

0 comments on commit 764866a

Please sign in to comment.