Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5460:87f22a5d65ca
container modification while iterating over it
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Tue, 24 Jul 2018 21:25:38 +0100 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
