~linxs.org/xdwlib/trunk

« back to all changes in this revision

Viewing changes to xdwlib/__init__.py

  • Committer: HAYASI Hideki
  • Date: 2014-01-22 06:49:04 UTC
  • Revision ID: linxs@linxs.org-20140122064904-eyap0q2hewskpwqi
Bugs Fixed
- xdwfile.atexithandler() might raise TypeError.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
__author__ = "HAYASI Hideki"
29
29
__copyright__ = "Copyright (C) 2010 HAYASI Hideki <linxs@linxs.org>"
30
30
__license__ = "ZPL 2.1"
31
 
__version__ = "2.24.11"
 
31
__version__ = "2.24.12"
32
32
__email__ = "linxs@linxs.org"
33
33
__status__ = "Development"