You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by japrogramer <gi...@git.apache.org> on 2017/10/01 01:57:51 UTC

[GitHub] avro pull request #253: changed the 'except E, e:' style to be 'except as e:...

GitHub user japrogramer opened a pull request:

    https://github.com/apache/avro/pull/253

    changed the 'except E, e:' style to be 'except as e:' ...

    since the former is deprecated.
    Other changes remove trailing spaces and lines with just spaces.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/japrogramer/avro ExceptionAs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/253.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #253
    
----
commit 0a9bd72cca6f0bbb56c719efd4e110dea6844fc3
Author: japrogramer <ja...@yahoo.com>
Date:   2017-10-01T01:54:03Z

    changed the except, style to be except as .. since the former is deprecated

----


---