- Encode key to utf-8 for the Merge-Warning message to avoid a UnicodeEncodeError. [mikerhodes]
3.2.1
------------------
- Fixed making POT file for DOUBLE BYTE strings on default. [terapyon]
3.2
----------------
- Replaced internal odict implementation by the ordereddict package. (implementation backported from Python 2.7) [vincentfretin]
3.1.3
------------------
- Avoid UnicodeDecodeError when printing warning message in add(). [rnix]
3.1.2
------------------
- elementtree is only required for Python < 2.5. [vincentfretin]
- Fixed tests (patch provided by John Trammell). [vincentfretin]
3.1.1
------------------
- Strip "src" only once in the pathname for the comments. Example: before it generated the following comment ": archetypes.referencebrowserwidget/" which was not so useful. Now it generates "archetypes.referencebrowserwidget/src/archetypes/referencebrowserwidget/..." [vincentfretin]