comparison babel/messages/mofile.py @ 236:bf9579c4b0ee

Add more `since` tags to stuff added in trunk.
author cmlenz
date Wed, 01 Aug 2007 14:15:35 +0000
parents b29bb8629a68
children 194f927d8c5a
comparison
equal deleted inserted replaced
235:d0cd235ede46 236:bf9579c4b0ee
11 # individuals. For the exact contribution history, see the revision 11 # individuals. For the exact contribution history, see the revision
12 # history and logs, available at http://babel.edgewall.org/log/. 12 # history and logs, available at http://babel.edgewall.org/log/.
13 13
14 """Writing of files in the ``gettext`` MO (machine object) format. 14 """Writing of files in the ``gettext`` MO (machine object) format.
15 15
16 :since: version 0.9
16 :see: `The Format of MO Files 17 :see: `The Format of MO Files
17 <http://www.gnu.org/software/gettext/manual/gettext.html#MO-Files>`_ 18 <http://www.gnu.org/software/gettext/manual/gettext.html#MO-Files>`_
18 """ 19 """
19 20
20 import array 21 import array
Copyright (C) 2012-2017 Edgewall Software