-
Notifications
You must be signed in to change notification settings - Fork 92
PyCon 2013 Sprinting
leorochael edited this page Mar 19, 2013
·
9 revisions
- Update the zc.buildout bootstrap [Michael]
- Review the ZODB tutorial with "beginner's mind" and note issues [Shawn]
- Review the ZODB book with "beginner's mind" and note issues
- DB analysis script: identify inconsistent use of 'str' vs. 'unicode' for attribute values.
- DB conversion script: automate cleanup of those uses
- DB conversion script: convert global / attr names to Unicode?
- Convert 'zodbdocs' SVN repository to Github (see https://github.com/zopefoundation/zodbdocs) [Tres]
- Test that a "straddling" app (e.g., a Pyramid-scaffold-generated one) can write data under Python2 which can be read under Py3k, and vice versa (see https://github.com/pumazi/zodb-testcase) [Michael, Tres]
- Figure out how to straddle Pickles across Python2 / Py3k [Jim,Tres,LeoRochael]