[Python-Dev] [Python-checkins] cpython (3.2): zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Nick Coghlan
ncoghlan at gmail.com
Sun Aug 12 15:37:44 CEST 2012
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
More information about the Python-Dev
mailing list