removed the --disable-psyco option

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3415 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-08-02 20:17:22 +00:00
parent b740d9537e
commit af278ac217
2 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,10 @@
interpolation feature of the default ConfigParser.
Type: feature
Changed: linkcheck/configuration/confparse.py
* Removed the deprecated --disable-psyco option.
Type: feature
Changed: linkchecker
4.2 "V for Vendetta" (released 26.7.2006)

View file

@ -5,6 +5,11 @@
Upgrading
=========
Migrating from 4.2 to 4.3
-------------------------
The deprecated --disable-psyco option has been removed.
Migrating from 4.1 to 4.2
-------------------------