Skip to content

Stable release

Choose a tag to compare

@alex-ber alex-ber released this 17 Nov 13:37
· 156 commits to master since this release
## [0.6.2] - 17/11/2020

### Deprecation
- `method_overloading_test.py` is deprecated and will be removed once AlexBerUtils will support
Python 3.9. It will happen approximately at 01.11.2021.

This test uses `multidispatch` project that wasn't updated since 2014.
In Python 3.8 it has following warning:

`multidispatch.py:163: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    from collections import MutableMapping`

### Added
- class `OsEnvrionPathRetry`, function `fix_retry_env()` to `mains` module.

### Changed
- `OsEnvrionPathExpender` - refactored, functionality is preserved.