This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nagle
Recipients
Date 2007-04-21.16:53:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached patch was never integrated into the distribution.  This is still broken in Python 2.4 (Win32), Python 2.5 (Win32), and Python 2.5 (Linux).  

This stalled an overnight batch job for us.  Very annoying.

Reproduce with:

import robotparser
url = 'http://mueblesmoraleda.com' # whole site is password-protected.
parser = robotparser.RobotFileParser()
parser.set_url(url)
parser.read()	# Prompts for password
History
Date User Action Args
2007-08-23 14:17:16adminlinkissue813986 messages
2007-08-23 14:17:16admincreate