Files
Phoenix/wx/lib/pubsub
Scott Talbert cf59ae09fb Fix TopicTreeTraverser when doing breadth traversal on Python 3
Python 3 orders maps differently from Python 2, so sort the subtopics before
traversing them like is done with depth traversal.
2016-08-16 00:15:36 -04:00
..
2014-01-14 03:09:16 +00:00
2014-01-12 10:28:54 -06:00
2014-02-01 22:36:11 +00:00
2014-02-01 22:36:11 +00:00

Release Notes
=============

* cleanup low-level API: exception classes, moved some out of pub module that did not
  belong there (clutter), move couple modules, 
* completed the reference documentation
* support installation via pip
* follow some guidelines in some PEPs such as PEP 396 and PEP 8
* support Python 2.6, 2.7, and 3.2 to 3.4a4 but drop support for Python <= 2.5