Re: [Python-Dev] urllib bug in Python 3.2.1?

2011-08-08 Thread Victor Stinner

With Python 3.1 and Python 3.2.1 it works OK, but with Python 3.2.1 the
read returns an empty string (I checked it myself).


http://bugs.python.org/issue12576


The bug is now fixed. Can you release a Python 3.2.2, maybe only with 
this fix?


Victor
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] urllib bug in Python 3.2.1?

2011-08-08 Thread Terry Reedy

On 8/8/2011 4:26 PM, Victor Stinner wrote:

With Python 3.1 and Python 3.2.1 it works OK, but with Python 3.2.1 the
read returns an empty string (I checked it myself).


http://bugs.python.org/issue12576


The bug is now fixed. Can you release a Python 3.2.2, maybe only with
this fix?


Any new release should also have
http://bugs.python.org/issue12540
which fixes another bad regression.

--
Terry Jan Reedy

___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "Meet the Team" on Python Insider

2011-08-08 Thread Doug Hellmann
I should have made clear that if you have already completed the survey, we 
still have your data in the queue. The invitation is for anyone who has not yet 
sent us the info, including new team members.

Doug

On Aug 7, 2011, at 11:09 AM, Doug Hellmann wrote:

> [Renewing this request for participation since there are a few new members 
> since the original request went out.]
> 
> We are running a series of interviews with the Python developers on the 
> python-dev blog (http://blog.python.org). There is a short list of questions 
> below this message. If you would like to be included in the series, please 
> reply directly to me with your answers.
> 
> We will be doing one or two posts per week, depending on the number of 
> responses and availability of other information to post. We'll have to wait 
> until we have several responses before we start, so we don't announce a new 
> series and then post two messages before it peters out. Please help us by 
> sending your answers as quickly as you can so we can tell what we'll be 
> dealing with.
> 
> Posts will be published in roughly the order the responses are received, with 
> the text exactly as you send it (unedited, except for formatting it as HTML). 
> If the questions don't apply to you, you can't remember the answer, or don't 
> have an answer, then you can either leave that question blank or interpret it 
> more broadly and give some related information. Blank questions will be 
> omitted from the posts.
> 
> Thanks,
> Doug
> 
> 
> 
> Personal information:
> 
> name
> location (city, country, whatever you want to give--we don't need your 
> mailing address)
> home page or blog url
> 
> Questions:
> 
> 1. How long have you been using Python?
> 
> 2. How long have you been a core committer?
> 
> 3. How did you get started as a core developer? Do you remember your first 
> commit?
> 
> 4. Which parts of Python are you working on now?
> 
> 5. What do you do with Python when you aren't doing core development work? 
> (day job, other projects, etc.)
> 
> 6. What do you do when you aren't programming?
> 

___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] urllib bug in Python 3.2.1?

2011-08-08 Thread Georg Brandl
Am 09.08.2011 01:35, schrieb Terry Reedy:
> On 8/8/2011 4:26 PM, Victor Stinner wrote:
 With Python 3.1 and Python 3.2.1 it works OK, but with Python 3.2.1 the
 read returns an empty string (I checked it myself).
>>>
>>> http://bugs.python.org/issue12576
>>
>> The bug is now fixed. Can you release a Python 3.2.2, maybe only with
>> this fix?
> 
> Any new release should also have
> http://bugs.python.org/issue12540
> which fixes another bad regression.

I can certainly release a version with these two fixes.  Question is, should
we call it 3.2.2, or 3.2.1.1 (3.2.1p1)?

Georg

___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com