Re: [Python-Dev] About issue 6560

2013-03-16 Thread Glyph
On Mar 14, 2013, at 3:48 PM, Martin v. Löwis wrote: > Am 14.03.13 15:15, schrieb Ani Sinha: >> I was looking into a mechanism to get the aux fields from recvmsg() in >> python and I came across this issue. Looks like this feature was added >> in python 3.3. Is there any reason why this feature wa

Re: [Python-Dev] About issue 6560

2013-03-14 Thread Terry Reedy
On 3/14/2013 6:48 PM, "Martin v. Löwis" wrote: Am 14.03.13 15:15, schrieb Ani Sinha: I was looking into a mechanism to get the aux fields from recvmsg() in python and I came across this issue. Looks like this feature was added in python 3.3. Is there any reason why this feature was not added for

Re: [Python-Dev] About issue 6560

2013-03-14 Thread Martin v. Löwis
Am 14.03.13 15:15, schrieb Ani Sinha: I was looking into a mechanism to get the aux fields from recvmsg() in python and I came across this issue. Looks like this feature was added in python 3.3. Is there any reason why this feature was not added for python 2.7? Most certainly: Python 2.7 (and t