Re: list() strange behaviour

2021-01-22 Thread ast
Le 20/12/2020 à 21:00, danilob a écrit : b = ((x[0] for x in a)) There is a useless pair of parenthesis b = (x[0] for x in a) b is a GENERATOR expression first list(b) calls next method on b repetedly until b is empty. So it provides the "content" of b second list(b) provides nothing si

Django-saml2-auth 3.0.0 Released

2021-01-22 Thread Mostafa Moradian
Hello, I am pleased to announce the release of django-saml2-auth, which includes 71 commits, 92 lines of commit messages and 3 separate reviews and reviewers. The project is originally developed by Li Fang , but is forked and currently maintained by Mostafa Moradian < h