Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc: Make mark-up code as literal
  • Loading branch information
rffontenelle committed Apr 19, 2023
commit 95c516f4413a4f29e07ecb48e8825d1270e9aa38
2 changes: 0 additions & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@
]

linkcheck_ignore = [
# A code sample in Misc/NEWS.d/3.9.0a1.rst
'https:\/\/$',
# The crawler gets "Anchor not found"
r'https://github.com.+?#.*',
r'https://devguide.python.org.+?/#.*',
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.9.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4887,7 +4887,7 @@ Fix use of registry values to launch Python from Microsoft Store app.
.. section: Windows

Fix memory leak on Windows in creating an SSLContext object or running
urllib.request.urlopen('https://...').
``urllib.request.urlopen('https://...')``.

..

Expand Down