diff options
| author | Dmitry Shachnev <mitya57@users.noreply.github.com> | 2019-05-16 17:45:55 +0300 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2019-05-16 10:45:55 -0400 |
| commit | f5b6579e1765a37fe104f79735909d3df9c314a8 (patch) | |
| tree | 366bf11757af1b158a8e8717afaed4cb3c9fede9 /docs | |
| parent | 144768d0fa50d7dcab6f7e8063c8702ca1834c61 (diff) | |
| download | python-markdown-f5b6579e1765a37fe104f79735909d3df9c314a8.tar.gz | |
Prefer public packaging module to pkg_resources' private copy of it (#826)
Some distributions of `pkg_resources` remove the vendored copy of `packaging. Additionally, the vendored copy is not publicly documented and should not be relied on exclusively. Regardless, if `pkg_resources` is installed at all, then we can be fairly certain one of `packaging` or `pkg_resources._vendor.packaging` will be available. That being the case, there is no need to list `packaging` as a dependency.
Fixes #825.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/change_log/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md index 9e2b27a..7be68ad 100644 --- a/docs/change_log/index.md +++ b/docs/change_log/index.md @@ -7,6 +7,8 @@ _______, 2019: Released version 3.1.1 (a bug-fix release). * Fixed import failure in `setup.py` when the source directory is not on `sys.path` (#823). +* Prefer public `packaging` module to pkg_resources' private copy of + it (#825). Mar 25, 2019: Released version 3.1 ([Notes](release-3.1.md)). |
