-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationgood first issueA good item for first time contributors to work onA good item for first time contributors to work ontype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Milestone
Description
- Pip version: 9.0.1
- Python version: 3.7 beta
- Operating system: Ubuntu 16.04
Description:
I created a venv under Python 3.7 and am getting the following:
~/pip/_vendor/pyparsing.py:3226: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
elif isinstance( exprs, collections.Iterable ):
~/pip/pep425tags.py:260: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
I didn't know if you'd want separate issues for the two warnings.
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationgood first issueA good item for first time contributors to work onA good item for first time contributors to work ontype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior