Skip to content

Add Python3 upgrading guide #69

Description

@jeremydw

We should provide a guide to help folks update projects to Python 3. Reply to this issue with other snags that users may hit when upgrading.

  • Updating extensions

  • Updating templates

    • iteritems -> items
    • Can't compare "string" to "None", so use selectattr or rejectattr on lists that might contain null values for comparison properties - '<' not supported between instances of 'str' and 'NoneType'
  • Updating Node versions

  • Use pipenv for Grow version management

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions