René's URL Explorer Experiment


Title: Edit What's New for Python 3.11 · Issue #95913 · python/cpython · GitHub

Open Graph Title: Edit What's New for Python 3.11 · Issue #95913 · python/cpython

X Title: Edit What's New for Python 3.11 · Issue #95913 · python/cpython

Description: As discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document. The focus with this issue and its accompanying PRs will be on textual and reST/Sphinx fixes and improvements ...

Open Graph Description: As discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document. The focus with this issue and its accompanying PRs will be on textual...

X Description: As discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document. The focus with this issue and its accompanying PRs will be on tex...

Opengraph URL: https://github.com/python/cpython/issues/95913

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Edit What's New for Python 3.11","articleBody":"As discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document.\r\n\r\nThe focus with this issue and its accompanying PRs will be on textual and reST/Sphinx fixes and improvements to the existing content, rather than adding any missing NEWS entries, or touching the organization of the document itself. Another issue, #95914 , will cover adding the PEPs not currently listed to the Summary - Release highlights section, as well as a few PEPs that are not documented at all in What's New, but probably should be somewhere (PEP-624, PEP-654 and PEP-670).\r\n\r\nIt seems best to split this into separate PRs, one for each top-level section. I've listed them here for reference, with PRs linked as they are submitted:\r\n\r\n## Prerequisites/General Changes\r\n\r\n* #97740\r\n    * #97741\r\n* #95914\r\n    * #96016\r\n    * #95937\r\n        * #95976\r\n    * #98315\r\n* #98342\r\n* Forward-ports\r\n    * #98344\r\n    * #98345\r\n\r\n## Edit Sections\r\n\r\n* [x] Summary\r\n    * #95914\r\n        * #95916\r\n        * #98416\r\n* [x] New Features\r\n    * #95915\r\n        * #97739\r\n    * #97718\r\n* [x] New Features related to Type Hints\r\n    * #96097\r\n* [x] Other Language Changes\r\n\t* #97719\r\n* [x] Other CPython Implementation Changes\r\n\t* #97720\r\n* [x] New Modules\r\n\t* #97721\r\n* [ ] Improved Modules\r\n    * #97806\r\n    * #98295\r\n        * #98250\r\n    * #98304\r\n* [x] Optimizations\r\n    * #98426\r\n* [x] Faster CPython\r\n     * #98429\r\n* [x] CPython bytecode changes\r\n    * #98559\r\n* [x] Deprecated\r\n    * #98581\r\n* [x] Pending Removal in Python 3.12\r\n    * #98583\r\n* [x] Removed\r\n    * #98584\r\n* [x] Porting to Python 3.11\r\n    * #98585\r\n* [x] Build Changes\r\n    * #98588\r\n    * #98781\r\n* [ ] C API Changes\r\n\r\n\r\n## Add new APIs \r\n\r\nAdapted and updated from @pablogsal 's post\r\n\r\n* [x]  module:  asyncio.exceptions\r\n  added:  ['BrokenBarrierError']\r\n  (Already implicitly referred to by Barrier mention, but will be linked directly in editing pass)\r\n  #97806\r\n* [x]  ~~module:  asyncio.proactor_events\r\n  added:  ['BaseProactorEventLoop.sock_recvfrom_into', 'BaseProactorEventLoop.sock_recvfrom', 'BaseProactorEventLoop.sock_sendto']~~\r\n  (Already added; will be improved in editing phase)\r\n* [x]  module:  asyncio.runners\r\n  added:  ['Runner']\r\n   #97806\r\n* [x]  ~~module:  asyncio.selector_events\r\n  added:  ['BaseSelectorEventLoop.sock_recvfrom_into', 'BaseSelectorEventLoop.sock_recvfrom', 'BaseSelectorEventLoop.sock_sendto']~~\r\n  (Already added; will be improved in editing phase)\r\n  #97806\r\n* [x]  ~~module:  asyncio.sslproto\r\n  added:  ['SSLProtocolState', 'AppProtocolState', 'add_flowcontrol_defaults', 'SSLProtocol.get_buffer', 'SSLProtocol.buffer_updated']~~\r\n  ([Considered implementation details](https://github.com/python/cpython/issues/95913#issuecomment-1264565405), so @kumaraditya303 says no need to be documented (indeed, I don't see it documented anywhere else but the changelog)\r\n* [x]  module:  asyncio.tasks\r\n  added:  ['Task.cancelling', 'Task.uncancel']\r\n  #97806\r\n* [x]  ~~module:  asyncio.windows_events\r\n  added:  ['IocpProactor.recvfrom_into']~~\r\n  (Appears to be undocumented implementation detail of the added socket methods)\r\n* [x]  module:  contextlib\r\n  added:  ['chdir']\r\n  #95962\r\n* [x]  module:  enum\r\n  added:  ['global_enum_repr', 'global_str', 'show_flag_values', 'global_flag_repr']\r\n  (Not documented yet, and`ReprEnum` and `global_enum` mentioned in What's New aren't either)\r\n  #98298\r\n  #98455\r\n* [x]  module:  hashlib\r\n  added:  ['file_digest']\r\n  #95965\r\n  #95980 \r\n* [x]  module:  inspect\r\n  added:  ['FrameInfo']\r\n  Already discussed, just not explicitly referenced\r\n  #98304\r\n* [x]  module:  logging.handlers\r\n  added:  ['SysLogHandler.createSocket']\r\n  (Not documented yet; seems like it should be?)\r\n  #98307\r\n  #98319\r\n  #98320\r\n* [x]  ~~module:  pdb\r\n  added:  ['ScriptTarget', 'ModuleTarget']~~\r\n  (Made private)\r\n  #96053 \r\n* [x]  module:  string\r\n  added:  ['Template.is_valid', 'Template.get_identifiers']\r\n  #98311\r\n* [x]  module:  tempfile\r\n  added:  ['SpooledTemporaryFile.detach', 'SpooledTemporaryFile.read1', 'SpooledTemporaryFile.writable', 'SpooledTemporaryFile.readinto1', 'SpooledTemporaryFile.seekable', 'SpooledTemporaryFile.readable', 'SpooledTemporaryFile.readinto']\r\n  #98312\r\n  #98604\r\n* [x]  module:  traceback\r\n  added:  ['TracebackException.print', 'StackSummary.format_frame_summary']\r\n  #95980\r\n* [x]  module:  zipfile\r\n  added:  ['Path.suffix', 'Path.stem', 'Path.suffixes', 'ZipFile.mkdir']\r\n  #98314\r\n\r\n## Related\r\n\r\n* #93986\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-98429\n* gh-102490\n* gh-102497\n* gh-109750\n* gh-109771\n* gh-109772\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/CAM-Gerlach","@type":"Person","name":"CAM-Gerlach"},"datePublished":"2022-08-12T06:04:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":17},"url":"https://github.com/95913/cpython/issues/95913"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:32c6628a-3d78-e878-19fc-73c29e3afcad
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBA7E:2451AD:2D2A7:3D6AE:69695086
html-safe-nonce88542c60eba9c04c9475cf2f960b004ce5e14e162e1ecdaacd1629dfc5071065
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQTdFOjI0NTFBRDoyRDJBNzozRDZBRTo2OTY5NTA4NiIsInZpc2l0b3JfaWQiOiI0OTM2MzMxNzY2MTkzMDE2OTY2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac38af5849658fae26de7e80945e398b70c48b5c7ed0506d0c927add00519052f4
hovercard-subject-tagissue:1336789652
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/python/cpython/95913/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d29a77679374a3cf91fe36ff6a0471c7726ddcaa87d4bb298a730686fd2306e0/python/cpython/issues/95913
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d29a77679374a3cf91fe36ff6a0471c7726ddcaa87d4bb298a730686fd2306e0/python/cpython/issues/95913
og:image:altAs discussed with @pablogsal , this is a meta-issue for coordinating an editing pass on the What's New in Python 3.11 document. The focus with this issue and its accompanying PRs will be on textual...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCAM-Gerlach
hostnamegithub.com
expected-hostnamegithub.com
None54182691a21263b584d2e600b758e081b0ff1d10ffc0d2eefa51cf754b43b51d
turbo-cache-controlno-preview
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-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released69ac0477df0f87da03b8b06cebd187012d7a930
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/95913#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F95913
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%2Fissues%2F95913
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=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/95913
Reloadhttps://github.com/python/cpython/issues/95913
Reloadhttps://github.com/python/cpython/issues/95913
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/95913
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k 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 Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/95913
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
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/95913
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/95913
Edit What's New for Python 3.11https://github.com/python/cpython/issues/95913#top
https://github.com/CAM-Gerlach
3.11only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.11%22
docsDocumentation in the Doc dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22
https://github.com/CAM-Gerlach
https://github.com/CAM-Gerlach
CAM-Gerlachhttps://github.com/CAM-Gerlach
on Aug 12, 2022https://github.com/python/cpython/issues/95913#issue-1336789652
@pablogsalhttps://github.com/pablogsal
#95914https://github.com/python/cpython/issues/95914
PEP-624https://peps.python.org/624
PEP-654https://peps.python.org/654
PEP-670https://peps.python.org/670
Doc: Fix ! in C domain ref target syntax #97740https://github.com/python/cpython/issues/97740
gh-97740: Fix bang in Sphinx C domain ref target syntax #97741https://github.com/python/cpython/pull/97741
List and document remaining significant PEPs in What's New in 3.11 #95914https://github.com/python/cpython/issues/95914
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New #96016https://github.com/python/cpython/pull/96016
gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' #95937https://github.com/python/cpython/pull/95937
gh-95975: Move except/*/finally ref labels to more precise locations #95976https://github.com/python/cpython/pull/95976
gh-95914: Add What's New item describing PEP 670 changes #98315https://github.com/python/cpython/pull/98315
gh-95913: Prepare remaining Whatsnew sections for editing #98342https://github.com/python/cpython/pull/98342
gh-95913: Forward-port int/str security change to 3.11 What's New in main #98344https://github.com/python/cpython/pull/98344
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew #98345https://github.com/python/cpython/pull/98345
List and document remaining significant PEPs in What's New in 3.11 #95914https://github.com/python/cpython/issues/95914
gh-95914: Add missing PEPs to the Summary section of 3.11 What's New #95916https://github.com/python/cpython/pull/95916
gh-95914: Add links to 3.11 WhatsNew Summary items #98416https://github.com/python/cpython/pull/98416
gh-95913: Fix and copyedit New Features section of 3.11 What's New #95915https://github.com/python/cpython/pull/95915
gh-95913: Fix PEP number in PEP 678 What's New ref label #97739https://github.com/python/cpython/pull/97739
gh-95913: Move py.exe to appropriate What's New section & refine text #97718https://github.com/python/cpython/pull/97718
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New #96097https://github.com/python/cpython/pull/96097
gh-95913: Copyedit/improve Other Language Changes What's New section #97719https://github.com/python/cpython/pull/97719
gh-95913: Copyedit/improve Implementation Changes What's New section #97720https://github.com/python/cpython/pull/97720
gh-95913: Copyedit/improve New Modules What's New section #97721https://github.com/python/cpython/pull/97721
GH-95913: Update what's new in 3.11 for asyncio #97806https://github.com/python/cpython/pull/97806
gh-95913: Copyedit, xref and organize enum section #98295https://github.com/python/cpython/pull/98295
Enum.__str__ change could be improved in What's New #98250https://github.com/python/cpython/issues/98250
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section #98304https://github.com/python/cpython/pull/98304
gh-95913: Edit & expand Optimizations in 3.11 WhatsNew #98426https://github.com/python/cpython/pull/98426
gh-95913: Edit Faster CPython section in 3.11 WhatsNew #98429https://github.com/python/cpython/pull/98429
gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew #98559https://github.com/python/cpython/pull/98559
gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew #98581https://github.com/python/cpython/pull/98581
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew #98583https://github.com/python/cpython/pull/98583
gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section #98584https://github.com/python/cpython/pull/98584
gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section #98585https://github.com/python/cpython/pull/98585
gh-95913: Edit, link and sort 3.11 WhatsNew Build section #98588https://github.com/python/cpython/pull/98588
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew #98781https://github.com/python/cpython/pull/98781
@pablogsalhttps://github.com/pablogsal
GH-95913: Update what's new in 3.11 for asyncio #97806https://github.com/python/cpython/pull/97806
GH-95913: Update what's new in 3.11 for asyncio #97806https://github.com/python/cpython/pull/97806
GH-95913: Update what's new in 3.11 for asyncio #97806https://github.com/python/cpython/pull/97806
Considered implementation detailshttps://github.com/python/cpython/issues/95913#issuecomment-1264565405
@kumaraditya303https://github.com/kumaraditya303
GH-95913: Update what's new in 3.11 for asyncio #97806https://github.com/python/cpython/pull/97806
bpo-25625: Document contextlib.chdir in the 3.11 what's new #95962https://github.com/python/cpython/pull/95962
Document new 3.11 enum APIs (ReprEnum, global_* and/or show_flag_values) #98298https://github.com/python/cpython/issues/98298
gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values #98455https://github.com/python/cpython/pull/98455
gh-89313: Add hashlib.file_digest to whatsnew 3.11 #95965https://github.com/python/cpython/pull/95965
gh-95913: Add traceback module additions to what's new in 3.11 #95980https://github.com/python/cpython/pull/95980
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section #98304https://github.com/python/cpython/pull/98304
Logging: SysLogHandler.createSocket added in 3.11 but not documented #98307https://github.com/python/cpython/issues/98307
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319) #98319https://github.com/python/cpython/pull/98319
gh-95913: Add WhatsNew section for new logging APIs #98320https://github.com/python/cpython/pull/98320
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private #96053https://github.com/python/cpython/pull/96053
gh-95913 Add string section to Whatsnew with new Template methods #98311https://github.com/python/cpython/pull/98311
gh-95913: Add io support for SpooledTemporaryFile in Whatsnew #98312https://github.com/python/cpython/pull/98312
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry #98604https://github.com/python/cpython/pull/98604
gh-95913: Add traceback module additions to what's new in 3.11 #95980https://github.com/python/cpython/pull/95980
gh-95913: Edit zipfile Whatsnew section & add new APIs #98314https://github.com/python/cpython/pull/98314
Document 3.13, 3.14, 4.0 and future removals #93986https://github.com/python/cpython/pull/93986
gh-95913: Edit Faster CPython section in 3.11 WhatsNew #98429https://github.com/python/cpython/pull/98429
[3.11] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) #102490https://github.com/python/cpython/pull/102490
[3.11] gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781) #102497https://github.com/python/cpython/pull/102497
GH-95913: Add the release date for Python 3.11 #109750https://github.com/python/cpython/pull/109750
[3.12] GH-95913: Add the release date for Python 3.11 (GH-109750) #109771https://github.com/python/cpython/pull/109771
[3.11] GH-95913: Add the release date for Python 3.11 (GH-109750) #109772https://github.com/python/cpython/pull/109772
CAM-Gerlachhttps://github.com/CAM-Gerlach
3.11only security fixeshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%223.11%22
docsDocumentation in the Doc dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22docs%22
Sprint 2024https://github.com/orgs/python/projects/32
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.