Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-07-04 Thread Alan Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22630/#review47342 --- Ship it! Ship It! - Alan Conway On July 4, 2014, 10:48 a.m., Pav

Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-07-04 Thread Pavel Moravec
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22630/ --- (Updated July 4, 2014, 10:48 a.m.) Review request for qpid, Alan Conway, Gordon

Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-07-02 Thread Alan Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22630/#review47188 --- How about this (I love python): class MangledString(str): pass def

Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-07-02 Thread Alan Conway
> On June 16, 2014, 4:29 p.m., Alan Conway wrote: > > Unfortunately proton and dispatch both use '#' to mean something different. > > Subscribing to '#' invokes the AMQP 1.0 "dynamic address" feature. > > > > proton-c/src/messenger/messenger.c:1545: if (pn_streq(name, "#")) { > > > > This is

Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-07-01 Thread Pavel Moravec
> On June 16, 2014, 4:29 p.m., Alan Conway wrote: > > Unfortunately proton and dispatch both use '#' to mean something different. > > Subscribing to '#' invokes the AMQP 1.0 "dynamic address" feature. > > > > proton-c/src/messenger/messenger.c:1545: if (pn_streq(name, "#")) { > > > > This is

Re: Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-06-16 Thread Alan Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22630/#review45768 --- Unfortunately proton and dispatch both use '#' to mean something dif

Review Request 22630: [QPID-5823]: Python client should create a node with name starting '#'

2014-06-16 Thread Pavel Moravec
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22630/ --- Review request for qpid, Alan Conway, Gordon Sim, Kenneth Giusti, and Rafael Sch