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

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 participa

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 re

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 __