diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-22 02:45:01 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-25 10:33:26 -0700 |
commit | 70b03bf984041bacb3d6ea9b3cf05d99d87c0dd6 (patch) | |
tree | f5567a700d328265f5dcf15ab093296db0979aa0 /meta-python/recipes-devtools/python/python-flask-bootstrap.inc | |
parent | 06162a1e974e920f839b6fe07f37b2b2307c85a4 (diff) | |
download | meta-openembedded-70b03bf984041bacb3d6ea9b3cf05d99d87c0dd6.tar.gz |
python3-nocaselist: Add recipe
Add recipe for nocaselist, a case-insensitive list for Python.
Changelog for 1.0.1:
- Fixed the incorrect behavior of the ‘+’ and ‘+=’ operators to
now (correctly) treat the right hand operand as an iterable of
items to be added, instead of (incorrectly) as a single item.
For ‘+’, the right hand operand now must be a list, consistent
with the built-in list class.
- Fixed the incorrect behavior of the * and *= operators to now
validate that the number is an integer and raise TypeError
otherwise, consistent with the built-in list class.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-bootstrap.inc')
0 files changed, 0 insertions, 0 deletions