
History
=======


Changes in 0.4 (released 10/02/2001)
====================================

  * Joining Filenames is now done with __div__ instead of __add__.
  * Filenames will no longer be made absolute.
  * Filename can now recognise URLs (i.e. something that starts with "file:")
    as a filename.
  * More docstrings.


Changes in 0.3 (released 08/30/2001)
====================================

  * Filename now has a new method withExt, that returns the same filename, but
    replaces the extention with a new one.


Changes in 0.2 (released 07/19/2001)
====================================

  * The function forceopen has been removed. Use the new class Filename
    instead.


Changes in 0.1.1 (released 04/10/2001)
======================================

  * Fixed several bugs in SafeFile. The encoding constructor parameter has been
    removed from SafeFile.__init__.


Changes in 0.1 (released 03/26/2001)
====================================

  * Initial release
