You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2018/06/05 14:49:00 UTC

[jira] [Resolved] (PROTON-1850) [Python] Split up monolithic proton __init__.py

     [ https://issues.apache.org/jira/browse/PROTON-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Stitcher resolved PROTON-1850.
-------------------------------------
    Resolution: Fixed

> [Python] Split up monolithic proton __init__.py
> -----------------------------------------------
>
>                 Key: PROTON-1850
>                 URL: https://issues.apache.org/jira/browse/PROTON-1850
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: python-binding
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Major
>             Fix For: proton-c-0.24.0
>
>
> Nearly the entire implementation of the proton python binding is in __init__.py (except for the reactive API). This has several unfortunate effects:
>  * It can be hard to find your way around the source except by simply searching.
>  * There is no way to restrict the export of symbols from the proton module - anything in the module can be explicitly imported (although {{__all__}} does restrict what gets imported with {{from proton import *}}).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org