René's URL Explorer Experiment


Title: Issue 8754: quote bad module name in ImportError-like messages - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/53000 https://github.com/python/cpython/issues/53000
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
import-repr.diffhttps://bugs.python.org/file19971/import-repr.diff
import-repr-lib.diffhttps://bugs.python.org/file23088/import-repr-lib.diff
reviewhttps://bugs.python.org/review/8754/#ps3287
msg105988https://bugs.python.org/issue8754#msg105988
(view)https://bugs.python.org/msg105988
msg105994https://bugs.python.org/issue8754#msg105994
(view)https://bugs.python.org/msg105994
msg106026https://bugs.python.org/issue8754#msg106026
(view)https://bugs.python.org/msg106026
msg106036https://bugs.python.org/issue8754#msg106036
(view)https://bugs.python.org/msg106036
msg121415https://bugs.python.org/issue8754#msg121415
(view)https://bugs.python.org/msg121415
msg121419https://bugs.python.org/issue8754#msg121419
(view)https://bugs.python.org/msg121419
msg121426https://bugs.python.org/issue8754#msg121426
(view)https://bugs.python.org/msg121426
Python/pythonrun.c:415https://github.com/python/cpython/blob/master/Python/pythonrun.c#L415
Python/import.c:1821https://github.com/python/cpython/blob/master/Python/import.c#L1821
Python/import.c:2722https://github.com/python/cpython/blob/master/Python/import.c#L2722
Lib/test/test_multiprocessing.py:27https://github.com/python/cpython/blob/master/Lib/test/test_multiprocessing.py#L27
Lib/test/test_concurrent_futures.py:8https://github.com/python/cpython/blob/master/Lib/test/test_concurrent_futures.py#L8
Lib/test/test_pydoc.py:194https://github.com/python/cpython/blob/master/Lib/test/test_pydoc.py#L194
Lib/runpy.py:104https://github.com/python/cpython/blob/master/Lib/runpy.py#L104
Lib/xml/etree/ElementTree.py:1492https://github.com/python/cpython/blob/master/Lib/xml/etree/ElementTree.py#L1492
Lib/modulefinder.py:189https://github.com/python/cpython/blob/master/Lib/modulefinder.py#L189
Lib/modulefinder.py:190https://github.com/python/cpython/blob/master/Lib/modulefinder.py#L190
Lib/modulefinder.py:202https://github.com/python/cpython/blob/master/Lib/modulefinder.py#L202
Lib/modulefinder.py:203https://github.com/python/cpython/blob/master/Lib/modulefinder.py#L203
Lib/modulefinder.py:219https://github.com/python/cpython/blob/master/Lib/modulefinder.py#L219
Lib/importlib/_bootstrap.py:811https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap.py#L811
Lib/importlib/_bootstrap.py:820https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap.py#L820
Lib/unittest/test/test_loader.py:242https://github.com/python/cpython/blob/master/Lib/unittest/test/test_loader.py#L242
Lib/unittest/test/test_loader.py:622https://github.com/python/cpython/blob/master/Lib/unittest/test/test_loader.py#L622
msg121427https://bugs.python.org/issue8754#msg121427
(view)https://bugs.python.org/msg121427
Lib/importlib/_bootstrap.py:811https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap.py#L811
msg121430https://bugs.python.org/issue8754#msg121430
(view)https://bugs.python.org/msg121430
msg121432https://bugs.python.org/issue8754#msg121432
(view)https://bugs.python.org/msg121432
r86507https://hg.python.org/lookup/r86507
msg121853https://bugs.python.org/issue8754#msg121853
(view)https://bugs.python.org/msg121853
unittest/test/test_loader.pyhttps://github.com/python/cpython/blob/3.2/Lib/unittest/test/test_loader.py#L240
unittest/test/test_loader.pyhttps://github.com/python/cpython/blob/3.2/Lib/unittest/test/test_loader.py#L242
Lib/unittest/test/test_loader.pyhttps://github.com/python/cpython/blob/master/Lib/unittest/test/test_loader.py
Lib/unittest/test/test_loader.pyhttps://github.com/python/cpython/blob/master/Lib/unittest/test/test_loader.py
msg123579https://bugs.python.org/issue8754#msg123579
(view)https://bugs.python.org/msg123579
msg123583https://bugs.python.org/issue8754#msg123583
(view)https://bugs.python.org/msg123583
msg123629https://bugs.python.org/issue8754#msg123629
(view)https://bugs.python.org/msg123629
msg105994https://bugs.python.org/msg105994
msg124140https://bugs.python.org/issue8754#msg124140
(view)https://bugs.python.org/msg124140
msg124212https://bugs.python.org/issue8754#msg124212
(view)https://bugs.python.org/msg124212
msg124336https://bugs.python.org/issue8754#msg124336
(view)https://bugs.python.org/msg124336
msg124470https://bugs.python.org/issue8754#msg124470
(view)https://bugs.python.org/msg124470
msg124496https://bugs.python.org/issue8754#msg124496
(view)https://bugs.python.org/msg124496
msg126325https://bugs.python.org/issue8754#msg126325
(view)https://bugs.python.org/msg126325
msg126757https://bugs.python.org/issue8754#msg126757
(view)https://bugs.python.org/msg126757
#3080https://bugs.python.org/issue3080
msg130541https://bugs.python.org/issue8754#msg130541
(view)https://bugs.python.org/msg130541
msg131517https://bugs.python.org/issue8754#msg131517
(view)https://bugs.python.org/msg131517
c4361bab6914https://hg.python.org/lookup/c4361bab6914
msg131936https://bugs.python.org/issue8754#msg131936
(view)https://bugs.python.org/msg131936
9f9b7b656761https://hg.python.org/lookup/9f9b7b656761
http://hg.python.org/cpython/rev/9f9b7b656761http://hg.python.org/cpython/rev/9f9b7b656761
msg131941https://bugs.python.org/issue8754#msg131941
(view)https://bugs.python.org/msg131941
msg143409https://bugs.python.org/issue8754#msg143409
(view)https://bugs.python.org/msg143409
#3080https://bugs.python.org/issue3080
msg152997https://bugs.python.org/issue8754#msg152997
(view)https://bugs.python.org/msg152997
issue1559549https://bugs.python.org/issue1559549
msg154750https://bugs.python.org/issue8754#msg154750
(view)https://bugs.python.org/msg154750
issue1559549https://bugs.python.org/issue1559549
msg155109https://bugs.python.org/issue8754#msg155109
(view)https://bugs.python.org/msg155109
msg181119https://bugs.python.org/issue8754#msg181119
(view)https://bugs.python.org/msg181119
msg181129https://bugs.python.org/issue8754#msg181129
(view)https://bugs.python.org/msg181129
msg181129https://bugs.python.org/msg181129
msg181119https://bugs.python.org/msg181119
ezio.melottihttps://bugs.python.org/user7047
ImportError needs attributes for module and file namehttps://bugs.python.org/issue1559549
msg155109https://bugs.python.org/msg155109
msg154750https://bugs.python.org/msg154750
ImportError needs attributes for module and file namehttps://bugs.python.org/issue1559549
msg152997https://bugs.python.org/msg152997
eric.snowhttps://bugs.python.org/user14000
import-repr-lib.diffhttps://bugs.python.org/file23088
msg143409https://bugs.python.org/msg143409
vstinnerhttps://bugs.python.org/user2377
eric.araujohttps://bugs.python.org/user7641
msg131941https://bugs.python.org/msg131941
python-devhttps://bugs.python.org/user13902
msg131936https://bugs.python.org/msg131936
vstinnerhttps://bugs.python.org/user2377
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
ncoghlanhttps://bugs.python.org/user1309
vstinnerhttps://bugs.python.org/user2377
eric.araujohttps://bugs.python.org/user7641
msg131517https://bugs.python.org/msg131517
ncoghlanhttps://bugs.python.org/user1309
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
terry.reedyhttps://bugs.python.org/user155
vstinnerhttps://bugs.python.org/user2377
eric.araujohttps://bugs.python.org/user7641
msg130541https://bugs.python.org/msg130541
vstinnerhttps://bugs.python.org/user2377
msg126757https://bugs.python.org/msg126757
msg126325https://bugs.python.org/msg126325
msg124496https://bugs.python.org/msg124496
msg124470https://bugs.python.org/msg124470
msg124336https://bugs.python.org/msg124336
msg124212https://bugs.python.org/msg124212
georg.brandlhttps://bugs.python.org/user93
msg124140https://bugs.python.org/msg124140
msg123629https://bugs.python.org/msg123629
msg123583https://bugs.python.org/msg123583
import-repr.diffhttps://bugs.python.org/file19726
needs reviewhttps://bugs.python.org/keyword8
import-repr.diffhttps://bugs.python.org/file19971
msg123579https://bugs.python.org/msg123579
import-repr.diffhttps://bugs.python.org/file19726
patchhttps://bugs.python.org/keyword2
msg121853https://bugs.python.org/msg121853
msg121432https://bugs.python.org/msg121432
msg121430https://bugs.python.org/msg121430
msg121427https://bugs.python.org/msg121427
msg121426https://bugs.python.org/msg121426
msg121419https://bugs.python.org/msg121419
eric.araujohttps://bugs.python.org/user7641
msg121415https://bugs.python.org/msg121415
msg106036https://bugs.python.org/msg106036
msg106026https://bugs.python.org/msg106026
msg106025https://bugs.python.org/msg106025
msg106025https://bugs.python.org/msg106025
easyhttps://bugs.python.org/keyword6
brett.cannonhttps://bugs.python.org/user37
msg105994https://bugs.python.org/msg105994
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.