You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2009/11/16 12:45:39 UTC

[jira] Created: (AVRO-203) Add single space between "#" and text in license headers for Python files

Add single space between "#" and text in license headers for Python files
-------------------------------------------------------------------------

                 Key: AVRO-203
                 URL: https://issues.apache.org/jira/browse/AVRO-203
             Project: Avro
          Issue Type: Task
          Components: python
            Reporter: Jeff Hammerbacher


According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-203:
------------------------------

    Issue Type: Improvement  (was: Task)

The "Task" issue type is rarely used.  It's for stuff like account creation, things that aren't patches.

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>             Fix For: 1.3.0
>
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-203:
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
           Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Jeff.

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Task
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>             Fix For: 1.3.0
>
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated AVRO-203:
-----------------------------------

    Status: Patch Available  (was: Open)

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Task
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated AVRO-203:
-----------------------------------

    Attachment: AVRO-203.patch

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Task
>          Components: python
>            Reporter: Jeff Hammerbacher
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher reassigned AVRO-203:
--------------------------------------

    Assignee: Jeff Hammerbacher

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Task
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-203) Add single space between "#" and text in license headers for Python files

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated AVRO-203:
------------------------------

    Hadoop Flags: [Reviewed]

+1, this patch looks good to me, ready for commit.

> Add single space between "#" and text in license headers for Python files
> -------------------------------------------------------------------------
>
>                 Key: AVRO-203
>                 URL: https://issues.apache.org/jira/browse/AVRO-203
>             Project: Avro
>          Issue Type: Task
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>         Attachments: AVRO-203.patch
>
>
> According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.