summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-01-27 00:20:28 +0000
committerRafael H. Schloming <rhs@apache.org>2010-01-27 00:20:28 +0000
commita405b88f13adef1b2f5e2919b613b043d338039d (patch)
treec1620819809ca00c78d1073f2c4b660b296eb759 /python
parent292067c024adf53c704fe3b7d3e336c76fc18ff3 (diff)
downloadqpid-python-a405b88f13adef1b2f5e2919b613b043d338039d.tar.gz
updated todo
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/todo.txt b/python/todo.txt
index 7b3ca90638..c8a4844370 100644
--- a/python/todo.txt
+++ b/python/todo.txt
@@ -68,11 +68,13 @@ Session:
+ need to detail address options
+ need to define subject pattern semantics
+ consider providing convenience for sender/receiver caching
+ + need to provide sync option, possibly change default
- receiver: F, NR, ND
+ need to detail address options
+ need to define filter syntax/semantics
+ consider providing convenience for sender/receiver caching
+ + need to provide sync option, possibly change default
- acknowledge: F, NR
@@ -158,6 +160,8 @@ Message:
Address:
- syntax: F, NR
+ + need to consider whitespace in name/subject
+ + consider unquoted string concept
- subject related changes, e.g. allowing patterns on both ends: NF
- creating/deleting queues/exchanges F, NR
+ need to handle cleanup of temp queues/topics: F, NR