-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed as duplicate of#114310
Closed as duplicate of#114310
Copy link
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Some robots.txt files are not parsed at all with python internal library (those contain wildcards in paths):
- https://twitter.com/robots.txt (partially parsed)
- https://www.samsung.com/robots.txt
- https://www.koreanair.com/robots.txt
While, above files all are very well parsed with https://github.com/google/robotstxt.
Related: #114310 and #114310 (comment).
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement