General Notes
-------------
- Development is now done exclusively in Python 3, and releases are generated
by running 3to2 on itself.
For now, this requires that 3to2 already be installed.
- Given a recent enough version of lib2to3 installed, 3to2 will now run on
Python 2.5.
Specific Fixers
---------------
- fix_imports2 rewritten, now fixes cases of "from urllib.request import ..."
and "import urllib.request". No fixes are currently planned for the
"from urllib import request" or "import urllib.request as spam" wordings.