Re: [Python-Dev] 2 modifications in robotparser.py

2008-10-12 Thread Taskinoor Hasan
On Sun, Oct 12, 2008 at 7:26 PM, <[EMAIL PROTECTED]> wrote: > >Taskinoor> im a novice python programmer. i have made two changes to >Taskinoor> robotparser.py. i apologize if this is the wrong list to post >Taskinoor> this mail. > > Thanks for the message. Can you please file a bug re

Re: [Python-Dev] 2 modifications in robotparser.py

2008-10-12 Thread skip
Taskinoor> im a novice python programmer. i have made two changes to Taskinoor> robotparser.py. i apologize if this is the wrong list to post Taskinoor> this mail. Thanks for the message. Can you please file a bug report at http://bugs.python.org though? Skip ___

[Python-Dev] 2 modifications in robotparser.py

2008-10-12 Thread Taskinoor Hasan
im a novice python programmer. i have made two changes to robotparser.py. i apologize if this is the wrong list to post this mail. 1. some sites /* specially wikipedia */ returns 403 when default User-Agent is used. so i have changed the code to use urllib2 and added a set_user_agent method. this