[ https://issues.apache.org/jira/browse/PROTON-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robbie Gemmell closed PROTON-777. --------------------------------- Resolution: Not A Problem Fix Version/s: (was: 0.9) Removing 0.9 fix-version and closing, comments suggest not-a-problem, nothing happened either way. > [python] Url does not properly set default port if no scheme given > ------------------------------------------------------------------ > > Key: PROTON-777 > URL: https://issues.apache.org/jira/browse/PROTON-777 > Project: Qpid Proton > Issue Type: Bug > Components: python-binding > Affects Versions: 0.9 > Reporter: Ken Giusti > Assignee: Rafael H. Schloming > > >>> import proton > >>> url = proton.Url(username='me', password='secret', host='myhost', > >>> path='foobar') > >>> str(url) > 'amqp://me:secret@myhost:amqp/foobar' > =====================^^^^^^^^ > should be :5672 methinks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)