fix BaseList.__iter__ operator (#1305) + minor improvements

This commit is contained in:
Bastien Gérard
2018-08-21 18:01:12 +02:00
parent 36c5f02bfb
commit a7658c7573
3 changed files with 21 additions and 5 deletions

View File

@@ -246,3 +246,4 @@ that much better:
* Renjianxin (https://github.com/Davidrjx)
* Erdenezul Batmunkh (https://github.com/erdenezul)
* Andy Yankovsky (https://github.com/werat)
* Bastien Gérard (https://github.com/bagerard)