Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122541b commit 8cc67a1Copy full SHA for 8cc67a1
1 file changed
Misc/NEWS
@@ -82,6 +82,10 @@ Library
82
- Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
83
In porting to Argument Clinic, the first two arguments were reversed.
84
85
+- Issue #21469: Reduced the risk of false positives in robotparser by
86
+ checking to make sure that robots.txt has been read or does not exist
87
+ prior to returning True in can_fetch().
88
+
89
- Issue #21321: itertools.islice() now releases the reference to the source
90
iterator when the slice is exhausted. Patch by Anton Afanasyev.
91
0 commit comments