summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python/ChangeLog
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-09-18 21:15:16 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-09-18 21:15:16 +0000
commit199bdab9674606e379654db00913cc27ff702a92 (patch)
tree09133c98d6d6e4959a881b4ed88f419432329dc4 /cpp/bindings/qpid/python/ChangeLog
parentaa0e0128fe64a766e93d00824f4dee1951a1ea71 (diff)
downloadqpid-python-199bdab9674606e379654db00913cc27ff702a92.tar.gz
QPID-4924: Fixed the Python examples to use the new Python module
Now the imports will first attempt to bring in qpid_messaging, the Swig generated Python. If that fails it will then fall back to trying to import qpid.messaging, the pure Python binding. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/python/ChangeLog')
-rw-r--r--cpp/bindings/qpid/python/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/python/ChangeLog b/cpp/bindings/qpid/python/ChangeLog
index 875bd99f7c..db527d1507 100644
--- a/cpp/bindings/qpid/python/ChangeLog
+++ b/cpp/bindings/qpid/python/ChangeLog
@@ -1,4 +1,5 @@
Version 0.26:
* QPID-4952: Changed the module name to qpid_messaging.
* QPID-5140: Added get/set method to MessageProperties.
-
+ * QPID-4924: Added examples from pure Python libraries.
+ * Added the console example to interact with server.