Project

General

Profile

Bug #9814 ยป 0001-Improving-example-for-Enumerator-peek.patch

futureperfect (Erik Hollembeak), 05/08/2014 08:03 AM

View differences:

enumerator.c
* p e.peek #=> 2
* p e.next #=> 2
* p e.next #=> 3
* p e.next #raises StopIteration
* p e.peek #raises StopIteration
*
*/
    (1-1/1)