The lib.errors module is now importing lib.compat.pickle for better Python 2 and 3 support.
This shifts the compatibility code from lib.errors into lib.compat so that the 2to3 program will not touch the lib.errors module.
Authored by: bugman 2014-11-11
Parent: [r26523]
Child: [r26525]