[issue42089] Better message in PackageNotFoundError

2020-10-20 Thread Jason R. Coombs


Change by Jason R. Coombs :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42089] Better message in PackageNotFoundError

2020-10-19 Thread miss-islington


miss-islington  added the comment:


New changeset 96ddc58281d2b6b2258b1a628bccf252090d5611 by Barry Warsaw in 
branch 'master':
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
https://github.com/python/cpython/commit/96ddc58281d2b6b2258b1a628bccf252090d5611


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42089] Better message in PackageNotFoundError

2020-10-19 Thread Barry A. Warsaw


Change by Barry A. Warsaw :


--
keywords: +patch
nosy: +barry
nosy_count: 1.0 -> 2.0
pull_requests: +21740
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22775

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42089] Better message in PackageNotFoundError

2020-10-19 Thread Jason R. Coombs


New submission from Jason R. Coombs :

As reported in https://gitlab.com/python-devs/importlib_metadata/-/issues/124, 
it would be nice if the PackageNotFoundError gave some guidance to the user 
about the context of the error and how to investigate.

--
assignee: jaraco
components: Library (Lib)
messages: 379015
nosy: jaraco
priority: normal
severity: normal
status: open
title: Better message in PackageNotFoundError
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com