> (2.5.3 reminder: there are lists of commits in sandbox/py2.5.3 to be
> considered. I've seen no reactions on python-dev or modifications to
> those files, so I don't think anyone else is looking at them. Is
> everyone waiting for the weekend, maybe?)
I may have said that before: I don't have a
On Sat, Oct 4, 2008 at 00:56, Barry Warsaw <[EMAIL PROTECTED]> wrote:
> I think 2.7 should continue along the path of convergence toward 3.x. The
> vision some of us talked about at Pycon was that at some point down the
> line, maybe there's no difference between "python2.9 -3" and "python3.3 -2".
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
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
___
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