v4.4.1
版本发布时间: 2021-01-01 22:54:19
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
- Context parsers that create an entry in context now initialise to empty rather than
None
. This means you can directly use something like{argList}
,{argDict}
andargString
(initialising respectively to[]
,{}
,''
) directly for things likeforeach
loops without having to worry aboutNone
checks. Your existing truthy checks for these values will work as before. closes #214.