You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2016/07/14 17:56:20 UTC

[jira] [Commented] (YETUS-48) Document python version releasedocmaker supports

    [ https://issues.apache.org/jira/browse/YETUS-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377628#comment-15377628 ] 

Ajay Yadava commented on YETUS-48:
----------------------------------

I think at minimum 2.6 is required because I have seen several uses of with statement. In python 2.5  *with* was not a keyword and had to be accompanied with an import

{code}
from __future__ import with_statement
{code}



> Document python version releasedocmaker supports
> ------------------------------------------------
>
>                 Key: YETUS-48
>                 URL: https://issues.apache.org/jira/browse/YETUS-48
>             Project: Yetus
>          Issue Type: Improvement
>          Components: Release Doc Maker
>            Reporter: Kengo Seki
>            Assignee: Ajay Yadava
>            Priority: Minor
>              Labels: document, newbie
>
> Maybe 2.5+?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)