[Python-Dev] [Python-checkins] cpython (3.2): zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Andrew Svetlov
andrew.svetlov at gmail.com
Sun Aug 12 15:40:23 CEST 2012
Sounds good.
On Sun, Aug 12, 2012 at 4:37 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> On Sun, Aug 12, 2012 at 11:00 PM, Andrew Svetlov
> <andrew.svetlov at gmail.com> wrote:
>> I doubt if we will convert all docs to pass doctests, at least quickly.
>> Also making docs doctest-safe sometimes requires less clean and worse
>> readable notation.
>> About the only thing that could work in a reasonable way is a doctest
> mode for 3.4 where it could be told to ignore files unless they
> contained some kind of "doctest-safe" marker.
>> Cheers,
> Nick.
>> --
> Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
--
Thanks,
Andrew Svetlov
More information about the Python-Dev
mailing list