Re: [Python-Dev] [Python-checkins] r66863 - python/trunk/Modules/posixmodule.c

2008-10-12 Thread Martin v. Löwis
> (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

Re: [Python-Dev] for __future__ import planning

2008-10-12 Thread Lennart Regebro
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".

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