- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message364942
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | vstinner |
|---|---|
| Recipients | dstufft, eric.araujo, vstinner |
| Date | 2020-03-24.16:52:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1585068738.99.0.821756536429.issue40055@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> pkg_resources comes from python3-setuptools-41.6.0-1.fc31.noarch package.
Here is the line which alters warnings filters:
$ grep warnings /usr/lib/python3.7/site-packages/pkg_resources/__init__.py
(...)
warnings.filterwarnings("ignore", category=PEP440Warning, append=True) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-24 16:52:19 | vstinner | set | recipients: + vstinner, eric.araujo, dstufft |
| 2020-03-24 16:52:18 | vstinner | set | messageid: <1585068738.99.0.821756536429.issue40055@roundup.psfhosted.org> |
| 2020-03-24 16:52:18 | vstinner | link | issue40055 messages |
| 2020-03-24 16:52:18 | vstinner | create | |

