----- Lots of bug fixes, introducing automatic tests
4.0.1
------ Fix bug for Python2.5: threading module still has only camelCase functions.
4.0
---- Now using ``shutil`` and ``thread`` modules instead of ``subprocess``. (Replacing ``supbrocess.popen("/bin/cp")`` by calling a thread running ``shutil.copy``) Bonus: pycp might become cross-platform
3.2
---- Switch from ``getopt`` to ``OptionParser`` (much better)
3.1
--- * Now using ``/bin/cp`` instead of ``cp`` (thanks, Chris Gilles)
* No more ``-o`` option. Files are now overwritten by default. Pass a ``-i,--interactive`` option if you want to be asked for confirmation before overwritting files