Re: [Python-Dev] [Python-checkins] cpython: Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation

2012-12-02 Thread Jeff Allen
On 02/12/2012 07:08, Nick Coghlan wrote: On Sun, Dec 2, 2012 at 4:56 PM, christian.heimes mailto:python-check...@python.org>> wrote: ... diff --git a/Misc/NEWS b/Misc/NEWS ... +- Issue #16592: stringlib_bytes_join doesn't raise Mem

Re: [Python-Dev] [Python-checkins] cpython: Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation

2012-12-02 Thread Nick Coghlan
On Sun, Dec 2, 2012 at 7:59 PM, Antoine Pitrou wrote: > Do you mean present tense? > Ah, you're right - my main objection is to describing the old broken behaviour, without describing the *new* behaviour. Any use of present tense should relate to the new behaviour after the commit. Cheers, Nick