Re: [Python-Dev] Commit-ready patches needing review

2014-04-28 Thread Antoine Pitrou
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

Re: [Python-Dev] Commit-ready patches needing review

2014-04-27 Thread Nikolaus Rath
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

Re: [Python-Dev] Commit-ready patches needing review

2014-04-27 Thread Guido van Rossum
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

Re: [Python-Dev] Commit-ready patches needing review

2014-04-27 Thread Antoine Pitrou
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)

[Python-Dev] Commit-ready patches needing review

2014-04-27 Thread Nikolaus Rath
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