- Optimized file parsing by using more elif clauses and avoiding an insane number of startswith and isinstance calls. [hannosch]
0.4
----------------
- Added header_only argument to the read method, that allows to only parse the header of a file without reading and parsing all the messages. [hannosch]
0.3
----------------
- Added an explicit read method, which only parses the po file and stores it in the messages dict, but does not compile it. [hannosch]
0.2
----------------
- Bumped version number to accommodate the number in the egg info. [hannosch]
0.1
----------------
- Initial implementation of a Msgfmt class which supports the generation of Gettext mo files including support for the new msgctxt keyword. [hannosch]