pypyr release v4.4.1 permalink

context parser initialize to empty rather than None permalink

Release Date: 2021-01-01T14:54:19Z

  • Context parsers that create an entry in context now initialize to empty rather than None.
    • This means you can directly use something like {argList}, {argDict} and argString (initializing respectively to [], {}, '') directly for things like foreach loops without having to worry about None checks. Your existing truthy checks for these values will work as before. closes #214.

how to upgrade permalink

If you want to upgrade (and you totally should!):

$ pip install --upgrade pypyr

source permalink

You can find pypyr release v4.4.1 on github, where you can click through to associated Issues, Pull Requests and Users.

Released by yaythomas.

last updated on .