René's URL Explorer Experiment


Title: pyflakes finds a lot of issues in html5lib (some critical like the "undefined" ones at the bottom) · Issue #1 · html5lib/html5lib-python · GitHub

Open Graph Title: pyflakes finds a lot of issues in html5lib (some critical like the "undefined" ones at the bottom) · Issue #1 · html5lib/html5lib-python

X Title: pyflakes finds a lot of issues in html5lib (some critical like the "undefined" ones at the bottom) · Issue #1 · html5lib/html5lib-python

Description: From Google Code, issue #221, reported by @mo. This is a more recent run post python3 merge below. $ pyflakes html5lib/ html5lib/__init__.py:16: 'parse' imported but unused html5lib/__init__.py:16: 'HTMLParser' imported but unused html5l...

Open Graph Description: From Google Code, issue #221, reported by @mo. This is a more recent run post python3 merge below. $ pyflakes html5lib/ html5lib/__init__.py:16: 'parse' imported but unused html5lib/__init__.py:16:...

X Description: From Google Code, issue #221, reported by @mo. This is a more recent run post python3 merge below. $ pyflakes html5lib/ html5lib/__init__.py:16: 'parse' imported but unused html5lib/__init_...

Opengraph URL: https://github.com/html5lib/html5lib-python/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pyflakes finds a lot of issues in html5lib (some critical like the \"undefined\" ones at the bottom)","articleBody":"From Google Code, issue #221, reported by @mo. This is a more recent run post python3 merge below.\n\n```\n$ pyflakes html5lib/\nhtml5lib/__init__.py:16: 'parse' imported but unused\nhtml5lib/__init__.py:16: 'HTMLParser' imported but unused\nhtml5lib/__init__.py:16: 'parseFragment' imported but unused\nhtml5lib/__init__.py:17: 'getTreeBuilder' imported but unused\nhtml5lib/__init__.py:18: 'getTreeWalker' imported but unused\nhtml5lib/__init__.py:19: 'serialize' imported but unused\nhtml5lib/inputstream.py:6: 'types' imported but unused\nhtml5lib/inputstream.py:110: local variable 'data' is assigned to but never used\nhtml5lib/inputstream.py:293: 'sys' imported but unused\nhtml5lib/tokenizer.py:11: 'entitiesWindows1252' imported but unused\nhtml5lib/tokenizer.py:12: 'asciiLowercase' imported but unused\nhtml5lib/tokenizer.py:801: redefinition of unused 'scriptDataDoubleEscapedDashState' from line 778\nhtml5lib/utils.py:3: 'version_info' imported but unused\nhtml5lib/html5parser.py:4: 'sys' imported but unused\nhtml5lib/html5parser.py:17: 'formattingElements' imported but unused\nhtml5lib/html5parser.py:18: 'tableInsertModeElements' imported but unused\nhtml5lib/html5parser.py:19: 'voidElements' imported but unused\nhtml5lib/html5parser.py:20: redefinition of unused 'spaceCharacters' from line 16\nhtml5lib/html5parser.py:91: local variable 'e' is assigned to but never used\nhtml5lib/html5parser.py:408: local variable 'element' is assigned to but never used\nhtml5lib/html5parser.py:1405: local variable 'name' is assigned to but never used\nhtml5lib/html5parser.py:1591: local variable 'node' is assigned to but never used\nhtml5lib/tests/__init__.py:12: 'support' imported but unused\nhtml5lib/tests/test_serializer.py:18: 'html5parser' imported but unused\nhtml5lib/tests/test_serializer.py:175: local variable 'test_name' is assigned to but never used\nhtml5lib/tests/test_parser2.py:5: 'support' imported but unused\nhtml5lib/tests/test_parser2.py:37: local variable 'doc' is assigned to but never used\nhtml5lib/tests/support.py:15: 'html5lib' imported but unused\nhtml5lib/tests/support.py:16: 'html5parser' imported but unused\nhtml5lib/tests/support.py:46: 'lxml' imported but unused\nhtml5lib/tests/test_sanitizer.py:3: 'os' imported but unused\nhtml5lib/tests/test_sanitizer.py:4: 'sys' imported but unused\nhtml5lib/tests/test_sanitizer.py:5: 'unittest' imported but unused\nhtml5lib/tests/test_stream.py:3: 'support' imported but unused\nhtml5lib/tests/tokenizertotree.py:10: 'test_parser' imported but unused\nhtml5lib/tests/test_tokenizer.py:5: 'sys' imported but unused\nhtml5lib/tests/test_tokenizer.py:7: 'io' imported but unused\nhtml5lib/tests/test_tokenizer.py:183: local variable 'testName' is assigned to but never used\nhtml5lib/tests/test_tokenizer.py:187: local variable 'skip' is assigned to but never used\nhtml5lib/tests/test_parser.py:6: 'io' imported but unused\nhtml5lib/tests/test_parser.py:14: 'html5lib' imported but unused\nhtml5lib/tests/test_parser.py:15: 'treebuilders' imported but unused\nhtml5lib/tests/test_treewalkers.py:16: 'LintError' imported but unused\nhtml5lib/tests/test_treewalkers.py:16: 'LintFilter' imported but unused\nhtml5lib/tests/test_treewalkers.py:20: redefinition of unused 'COMMENT' from line 109\nhtml5lib/tests/test_treewalkers.py:87: 'ElementTree' imported but unused\nhtml5lib/tests/test_encoding.py:3: 're' imported but unused\nhtml5lib/tests/test_encoding.py:30: local variable 't' is assigned to but never used\nhtml5lib/tests/test_encoding.py:47: local variable 'test_name' is assigned to but never used\nhtml5lib/tests/test_encoding.py:55: 'chardet' imported but unused\nhtml5lib/treebuilders/__init__.py:37: 'sys' imported but unused\nhtml5lib/treebuilders/dom.py:5: 're' imported but unused\nhtml5lib/treebuilders/dom.py:9: 'ihatexml' imported but unused\nhtml5lib/treebuilders/etree.py:210: local variable 'finalText' is assigned to but never used\nhtml5lib/treebuilders/etree.py:274: local variable 'finalText' is assigned to but never used\nhtml5lib/trie/datrie.py:3: 'chain' imported but unused\nhtml5lib/serializer/htmlserializer.py:27: redefinition of unused 'entities' from line 14\nhtml5lib/serializer/htmlserializer.py:231: local variable 'attributes' is assigned to but never used\nhtml5lib/treewalkers/dom.py:9: 'voidElements' imported but unused\nhtml5lib/treewalkers/simpletree.py:50: undefined name '_node'\nhtml5lib/treewalkers/lxmletree.py:8: 'sys' imported but unused\nhtml5lib/treewalkers/lxmletree.py:13: 'voidElements' imported but unused\nhtml5lib/treewalkers/_base.py:98: undefined name 'NodeImplementedError'\nhtml5lib/treewalkers/_base.py:157: local variable 'endTag' is assigned to but never used\n\n$ pyflakes html5lib/ | grep undefined\nhtml5lib/treewalkers/simpletree.py:50: undefined name '_node'\nhtml5lib/treewalkers/_base.py:98: undefined name 'NodeImplementedError'\nhtml5lib/treewalkers/etree.py:129: undefined name 'moduleFactoryFactory'\n```\n","author":{"url":"https://github.com/gsnedders","@type":"Person","name":"gsnedders"},"datePublished":"2013-04-09T20:25:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1/html5lib-python/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ce57e1fa-6f4c-74c3-8005-8fe47079d6bd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA152:216B79:A9B1A5:DF7494:696B550B
html-safe-nonce6d44140b3f5e2ad904abf146c055af425b01d2eba883f32943c1ffbeac9a9c31
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMTUyOjIxNkI3OTpBOUIxQTU6REY3NDk0OjY5NkI1NTBCIiwidmlzaXRvcl9pZCI6IjQ4MDUzNTUxMzIxODM4NjA0OTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6a3cf01b8aa18028e9c418941ea4e9e672aaa2baa33eb48d41ada2a168c8cca4
hovercard-subject-tagissue:12990384
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/html5lib/html5lib-python/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/755903880a2075de94d45a8889f0cf4d7091caa638fd037f13e00f88a199047f/html5lib/html5lib-python/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/755903880a2075de94d45a8889f0cf4d7091caa638fd037f13e00f88a199047f/html5lib/html5lib-python/issues/1
og:image:altFrom Google Code, issue #221, reported by @mo. This is a more recent run post python3 merge below. $ pyflakes html5lib/ html5lib/__init__.py:16: 'parse' imported but unused html5lib/__init__.py:16:...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegsnedders
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/html5lib/html5lib-python git https://github.com/html5lib/html5lib-python.git
octolytics-dimension-user_id4092973
octolytics-dimension-user_loginhtml5lib
octolytics-dimension-repository_id9322649
octolytics-dimension-repository_nwohtml5lib/html5lib-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9322649
octolytics-dimension-repository_network_root_nwohtml5lib/html5lib-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/html5lib/html5lib-python/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhtml5lib%2Fhtml5lib-python%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fhtml5lib%2Fhtml5lib-python%2Fissues%2F1
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=html5lib%2Fhtml5lib-python
Reloadhttps://github.com/html5lib/html5lib-python/issues/1
Reloadhttps://github.com/html5lib/html5lib-python/issues/1
Reloadhttps://github.com/html5lib/html5lib-python/issues/1
html5lib https://github.com/html5lib
html5lib-pythonhttps://github.com/html5lib/html5lib-python
Notifications https://github.com/login?return_to=%2Fhtml5lib%2Fhtml5lib-python
Fork 302 https://github.com/login?return_to=%2Fhtml5lib%2Fhtml5lib-python
Star 1.2k https://github.com/login?return_to=%2Fhtml5lib%2Fhtml5lib-python
Code https://github.com/html5lib/html5lib-python
Issues 81 https://github.com/html5lib/html5lib-python/issues
Pull requests 12 https://github.com/html5lib/html5lib-python/pulls
Discussions https://github.com/html5lib/html5lib-python/discussions
Actions https://github.com/html5lib/html5lib-python/actions
Projects 0 https://github.com/html5lib/html5lib-python/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/html5lib/html5lib-python/security
Please reload this pagehttps://github.com/html5lib/html5lib-python/issues/1
Insights https://github.com/html5lib/html5lib-python/pulse
Code https://github.com/html5lib/html5lib-python
Issues https://github.com/html5lib/html5lib-python/issues
Pull requests https://github.com/html5lib/html5lib-python/pulls
Discussions https://github.com/html5lib/html5lib-python/discussions
Actions https://github.com/html5lib/html5lib-python/actions
Projects https://github.com/html5lib/html5lib-python/projects
Security https://github.com/html5lib/html5lib-python/security
Insights https://github.com/html5lib/html5lib-python/pulse
New issuehttps://github.com/login?return_to=https://github.com/html5lib/html5lib-python/issues/1
New issuehttps://github.com/login?return_to=https://github.com/html5lib/html5lib-python/issues/1
pyflakes finds a lot of issues in html5lib (some critical like the "undefined" ones at the bottom)https://github.com/html5lib/html5lib-python/issues/1#top
https://github.com/gsnedders
bughttps://github.com/html5lib/html5lib-python/issues?q=state%3Aopen%20label%3A%22bug%22
1.0b1https://github.com/html5lib/html5lib-python/milestone/2
https://github.com/gsnedders
https://github.com/gsnedders
gsneddershttps://github.com/gsnedders
on Apr 9, 2013https://github.com/html5lib/html5lib-python/issues/1#issue-12990384
#221https://github.com/html5lib/html5lib-python/pull/221
@mohttps://github.com/mo
gsneddershttps://github.com/gsnedders
bughttps://github.com/html5lib/html5lib-python/issues?q=state%3Aopen%20label%3A%22bug%22
1.0b1https://github.com/html5lib/html5lib-python/milestone/2
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.