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.
2 parents a7364a8 + 8cc67a1 commit 51669d8Copy full SHA for 51669d8
1 file changed
Misc/NEWS
@@ -109,6 +109,10 @@ Library
109
Decimal.quantize() method in the Python version. It had never been
110
present in the C version.
111
112
+- Issue #21469: Reduced the risk of false positives in robotparser by
113
+ checking to make sure that robots.txt has been read or does not exist
114
+ prior to returning True in can_fetch().
115
+
116
- Issue #19414: Have the OrderedDict mark deleted links as unusable.
117
This gives an early failure if the link is deleted during iteration.
118
0 commit comments