Overview
Request 768778 accepted
- Update to 1.3.1
* Add Python 3.8 builds
* Various documentation fixups
* Added try except ImportError for collections.abc
* The function itertools.repeat in bound.__init__ was called as
'itertools.repeat', while the function was imported using
'from itertools import repeat'
* fix: first element of the pop is inserted twice
* Use codecs for Python2 compat
- Created by TheBlackCat
- In state accepted
Request History
TheBlackCat created request
- Update to 1.3.1
* Add Python 3.8 builds
* Various documentation fixups
* Added try except ImportError for collections.abc
* The function itertools.repeat in bound.__init__ was called as
'itertools.repeat', while the function was imported using
'from itertools import repeat'
* fix: first element of the pop is inserted twice
* Use codecs for Python2 compat
TheBlackCat accepted request