Changeset 420

Show
Ignore:
Timestamp:
Thu Feb 7 08:23:54 2008
Author:
giovannibajo
Message:

#22: Add import hook for gadfly.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/doc/CHANGES.txt

    r339 r420  
    10 10    2.5 version)  
    11 11  + Add import hooks per SQLAlchemy (thanks to Greg Copeland)  
      12  + Add import hook for gadfly.  
    12 13  + Improve import hooks for PyGTK (thanks to Marco Bonifazi and foxx).  
    13 14  + Add fix for the very annoying "MSVCRT71 could not be extracted" bug,  
     
    29 30    inside a package, the module is now removed from the parent's  
    30 31    namespace (to match the behaviour of Python itself).  
    31    
      32    
    31 32 PyInstaller 1.3  
    32 33 ---------------