[sqlalchemy] Re: import logging

2007-01-16 Thread Michael Bayer
it does not intend to, nor does it intend to export types which may also be happening. im not exactly sure how logging is getting into the actual list of * exports. but also, why are you using import * ? --~--~-~--~~~---~--~~ You received this message because

[sqlalchemy] Re: import logging

2007-01-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 16, 2007, at 3:18 PM, Michael Bayer wrote: it does not intend to, nor does it intend to export types which may also be happening. im not exactly sure how logging is getting into the actual list of * exports. I haven't looked at the

[sqlalchemy] Re: import logging

2007-01-16 Thread Michael Bayer
im working on new lingo for the tutorial that stresses to not use from sqlalchemy import * for general use, that its just for the purposes of the tutorial. also you can stick your python logging import after the import *. and yes its def. pulling logging as well as types in, my initial 30