I recently wanted to port my scraper that uses mechanize.Browser to Python 3. I haven't found any python3-mechanize package or anything like that. I'm not yet familiar with Python module building with some special procedures so I don't know how would I use 2to3 there. Any suggestions?
@edit: I'm accepting Sibi's question because it is currently the best. I will be pleased to award any other question this way, if it just points to a better solution.