diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-27 08:57:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 08:57:52 (GMT) |
commit | 2e41df4d60d71a2551b9605d07321f75cfb52adf (patch) | |
tree | 60084aeb664661e9f763b9449083020c2538d27f /Misc/HISTORY | |
parent | d61b69f02d441ae517109a4428f2a18416c9ff0f (diff) | |
download | cpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.zip cpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.tar.gz cpython-2e41df4d60d71a2551b9605d07321f75cfb52adf.tar.bz2 |
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Follow up to 11749e2dc20ad6a76e9a39e948853e89b2b4bbed
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 2046b0a..32d814c 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -31454,7 +31454,7 @@ aimed at a web server, checks that server for dead links. Available are a command line utility as well as a Tkinter based GUI version. In Tools/webchecker. A simplified version of this program is dissected in my article in O'Reilly's WWW Journal, the issue on Scripting -Languages (Vol 2, No 2); Scripting the web with Python (pp 97-120). +Languages (Vol 2, No 2); Scripting the Web with Python (pp 97-120). Includes a parser for robots.txt files by Skip Montanaro. - New small tools: cvsfiles.py (prints a list of all files under CVS |