René's URL Explorer Experiment


Title: bpo-30969: Fix docs about the comparison in absence of __contains__ by ztane · Pull Request #2761 · python/cpython · GitHub

Open Graph Title: bpo-30969: Fix docs about the comparison in absence of __contains__ by ztane · Pull Request #2761 · python/cpython

X Title: bpo-30969: Fix docs about the comparison in absence of __contains__ by ztane · Pull Request #2761 · python/cpython

Description: The documentation doesn't match the implementation, which clearly does x is y or x == y to check if x is the element y from a container. Both the __iter__ and the index-iteration method test the elements using is first. While the document says that x is x means that x == x should be true, it is not true for example in the case of nan: >>> x == x False >>> x is x True``` The following demonstrates the behaviour that is against the documented behaviour: ```>>> class Foo: ... def __iter__(self): ... return iter([x]) ... >>> x in Foo() True >>> any(x == i for i in Foo()) False >>> class Bar: ... def __getitem__(self): ... return [x].__getitem__(self) ... >>> class Bar: ... def __getitem__(self, i): ... return [x].__getitem__(i) ... >>> x in Bar Traceback (most recent call last): File "", line 1, in TypeError: argument of type 'type' is not iterable >>> x in Bar() True >>> any(x == i for i in Bar()) False``` https://bugs.python.org/issue30969

Open Graph Description: The documentation doesn't match the implementation, which clearly does x is y or x == y to check if x is the element y from a container. Both the __iter__ and the index-iteration method test th...

X Description: The documentation doesn't match the implementation, which clearly does x is y or x == y to check if x is the element y from a container. Both the __iter__ and the index-iteration method tes...

Opengraph URL: https://github.com/python/cpython/pull/2761

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files/:range(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bbc20df3-5ba8-d7af-27fb-783a02c7be04
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id92E4:321365:4A8A3D8:62FAE5F:69959863
html-safe-nonced2a0b320996fb754f406ce86693cc0e2770fe0203435baf3f63168e71c59c667
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MkU0OjMyMTM2NTo0QThBM0Q4OjYyRkFFNUY6Njk5NTk4NjMiLCJ2aXNpdG9yX2lkIjoiMTYzNjkyMDg4NTYzMzE5NDA4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6037111b729b86f07238cd59f9519f61889fcf763853e7fcc2e53dc6cdabb2a6
hovercard-subject-tagpull_request:131303361
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
twitter:imagehttps://avatars.githubusercontent.com/u/704200?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/704200?s=400&v=4
og:image:altThe documentation doesn't match the implementation, which clearly does x is y or x == y to check if x is the element y from a container. Both the __iter__ and the index-iteration method test th...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4bd759bc5f83244e2a0de29b937365905c0fefd238b6f077c24a49830375b4df
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6de0b4814d356b3d1ba4b5c6f757c6d4b967559b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F2761%2Ffiles%2Fb4f285f984545eac6f141ff40fb27b97c9acc926
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%2Fpython%2Fcpython%2Fpull%2F2761%2Ffiles%2Fb4f285f984545eac6f141ff40fb27b97c9acc926
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Reloadhttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Reloadhttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.5k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
csabellahttps://github.com/csabella
python:masterhttps://github.com/python/cpython/tree/master
ztane:patch-1https://github.com/ztane/cpython/tree/patch-1
Conversation 5 https://github.com/python/cpython/pull/2761
Commits 4 https://github.com/python/cpython/pull/2761/commits
Checks 0 https://github.com/python/cpython/pull/2761/checks
Files changed https://github.com/python/cpython/pull/2761/files
Please reload this pagehttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
bpo-30969: Fix docs about the comparison in absence of __contains__ https://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926#top
Show all changes 4 commits https://github.com/python/cpython/pull/2761/files
6d411c6 Fix the eq check that is used in absence of `__contains__` ztane Jul 19, 2017 https://github.com/python/cpython/pull/2761/commits/6d411c6ce4286b21948e1d7df182f510cd9857b2
29abde0 lowercase the true, as it need not be `True`. ztane Jul 19, 2017 https://github.com/python/cpython/pull/2761/commits/29abde02d45c8ac4c3e9e4645e84ccdeed8a601a
511406d Add the missing space here. ztane Jul 19, 2017 https://github.com/python/cpython/pull/2761/commits/511406d75f24aa35dba8a1feb3c846a0d9b113ff
b4f285f Fix trailing whitespace csabella May 30, 2019 https://github.com/python/cpython/pull/2761/commits/b4f285f984545eac6f141ff40fb27b97c9acc926
Clear filters https://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Please reload this pagehttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Please reload this pagehttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926
Doc/reference/expressions.rsthttps://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926#diff-c7ab338b9f88f5c444cde36aa48132cf5534500c6969a3fd2c7680234e87afd6
View file https://github.com/ztane/cpython/blob/b4f285f984545eac6f141ff40fb27b97c9acc926/Doc/reference/expressions.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/2761/files/{{ revealButtonHref }}
https://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926#diff-c7ab338b9f88f5c444cde36aa48132cf5534500c6969a3fd2c7680234e87afd6
https://github.com/python/cpython/pull/2761/files/b4f285f984545eac6f141ff40fb27b97c9acc926#diff-c7ab338b9f88f5c444cde36aa48132cf5534500c6969a3fd2c7680234e87afd6
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.