Changeset 240

Show
Ignore:
Timestamp:
Mon Feb 6 05:45:08 2006
Author:
giovannibajo
Message:

Document ticket #32* as fixed

Files:

Legend:

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

    r218 r240  
    9 9    the encodings are automatically found and included, so this problem should  
    10 10    be gone forever.  
      11  + Mimic Python 2.4 behaviour with broken imports: sys.modules is cleaned up  
      12    afterwise. This allows to package SQLObject applications under Windows  
      13    with Python 2.4 and above.  
    11 14  + Add import hook for GTK.  
    12 15  + Add import hook for PyOpenGL.