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/19 11:19:40 UTC

[jira] Created: (AVRO-216) Clean up schemas and comments in schema.py

Clean up schemas and comments in schema.py 
-------------------------------------------

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




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


[jira] Updated: (AVRO-216) Sylistic cleanup in schema.py

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

Jeff Hammerbacher updated AVRO-216:
-----------------------------------

    Status: Patch Available  (was: Open)

> Sylistic cleanup in schema.py 
> ------------------------------
>
>                 Key: AVRO-216
>                 URL: https://issues.apache.org/jira/browse/AVRO-216
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>         Attachments: AVRO-216.patch
>
>


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


[jira] Updated: (AVRO-216) Sylistic cleanup in schema.py

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

Jeff Hammerbacher updated AVRO-216:
-----------------------------------

    Attachment: AVRO-216.patch

Lots of little cleanups:
* Replace escaped double-quotes with double-quotes within single-quoted strings
* Obey spacing for assignment
* Rework a "i = 0; for blah in blahs: blah = i" loop to use enumerate (http://docs.python.org/tutorial/datastructures.html#looping-techniques)
* Correct the module docstring to include null schemas
* Add a simple docstring to NamedSchema

> Sylistic cleanup in schema.py 
> ------------------------------
>
>                 Key: AVRO-216
>                 URL: https://issues.apache.org/jira/browse/AVRO-216
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>         Attachments: AVRO-216.patch
>
>


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


[jira] Updated: (AVRO-216) Sylistic cleanup in schema.py

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

Doug Cutting updated AVRO-216:
------------------------------

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

I just committed this.  Thanks, Jeff.

> Sylistic cleanup in schema.py 
> ------------------------------
>
>                 Key: AVRO-216
>                 URL: https://issues.apache.org/jira/browse/AVRO-216
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>             Fix For: 1.3.0
>
>         Attachments: AVRO-216.patch
>
>


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


[jira] Assigned: (AVRO-216) Sylistic cleanup in schema.py

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

Jeff Hammerbacher reassigned AVRO-216:
--------------------------------------

    Assignee: Jeff Hammerbacher

> Sylistic cleanup in schema.py 
> ------------------------------
>
>                 Key: AVRO-216
>                 URL: https://issues.apache.org/jira/browse/AVRO-216
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>         Attachments: AVRO-216.patch
>
>


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


[jira] Updated: (AVRO-216) Sylistic cleanup in schema.py

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

Jeff Hammerbacher updated AVRO-216:
-----------------------------------

    Summary: Sylistic cleanup in schema.py   (was: Clean up schemas and comments in schema.py )

> Sylistic cleanup in schema.py 
> ------------------------------
>
>                 Key: AVRO-216
>                 URL: https://issues.apache.org/jira/browse/AVRO-216
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Jeff Hammerbacher
>


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