git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2314 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-02-17 13:55:02 +00:00
parent c013fa928a
commit 76e3a8b26d

View file

@ -9,6 +9,16 @@
Type: bugfix
Changed: linkcheck/i18n.py
* Since profile.py and pstats.py have been removed from some
Python standard installations (eg. Debian GNU/Linux), make their
usage optional.
Using --profile without an available profile.py prints a warning
and runs linkchecker without profiling.
Using --viewprof without an available pstats.py prints an error
and exits.
Type: bugfix
Changed: linkchecker
2.4 "Kitchen stories" (released 9.2.2005)
* Work around a Python 2.4 bug when HTTP 302 redirections are