On Sun, 27 Apr 2014 12:10:46 -0700
Nikolaus Rath wrote:
>
> * http://bugs.python.org/issue21057 (TextIOWrapper does not support
> reading bytearrays or memoryviews)
I've reviewed this one.
Regards
Antoine.
___
Python-Dev mailing list
Python-Dev@p
Antoine Pitrou writes:
> On Sun, 27 Apr 2014 12:10:46 -0700
> Nikolaus Rath wrote:
>>
>> * http://bugs.python.org/issue20951 (SSLSocket.send() returns 0 for
>> non-blocking socket)
>>
>> In this case someone just needs to decide if we want to (a) document
>> the current behavior, (b) depr
Agreed.
On Sunday, April 27, 2014, Antoine Pitrou wrote:
> On Sun, 27 Apr 2014 12:10:46 -0700
> Nikolaus Rath > wrote:
> >
> > * http://bugs.python.org/issue20951 (SSLSocket.send() returns 0 for
> > non-blocking socket)
> >
> > In this case someone just needs to decide if we want to (a) docu
On Sun, 27 Apr 2014 12:10:46 -0700
Nikolaus Rath wrote:
>
> * http://bugs.python.org/issue20951 (SSLSocket.send() returns 0 for
> non-blocking socket)
>
> In this case someone just needs to decide if we want to (a) document
> the current behavior, (b) deprecate the current behavior or (c)
Hello,
While my last appeal resulted in quite some commits (thanks!), I still
have some more commit-ready patches waiting for review. It'd be great
if some people could find time to take a look:
* http://bugs.python.org/issue1738 (filecmp.dircmp does exact match
only)
* http://bugs.python.org