Closed mnaberez closed 9 years ago
This patch makes it so all stdlib imports are done the same way (by importing the module, not pieces from it). This allows us to easily grep the code for uses of struct, and those areas likely need to be looked at for Python 3 porting issues.
struct
This patch makes it so all stdlib imports are done the same way (by importing the module, not pieces from it). This allows us to easily grep the code for uses of
struct
, and those areas likely need to be looked at for Python 3 porting issues.