[Python-Dev] On breaking modules into packages Was: [issue10199] Move Demo/turtle under Lib/

Michael Foord fuzzyman at voidspace.org.uk
Wed Nov 3 15:16:18 CET 2010


On 03/11/2010 14:05, Nick Coghlan wrote:
> On Wed, Nov 3, 2010 at 9:32 AM, Raymond Hettinger
> <raymond.hettinger at gmail.com>  wrote:
>> Sounds like a decision to split a module into a package is a big commitment.  Each of the individual file names becomes a permanent part of the API.  Even future additional splits are precluded because it might break someones dotted import (i.e. not a single function can be moved between those files -- once in unittest.utils, alway in unittest.utils).
> Can Python 2.7 pickles containing unittest classes be unpickled using
> 2.6 or earlier? Even if nobody uses the new names for imports, I
> believe they implicitly end up included in any pickles involving
> affected classes (I seem to recall we've been bitten by that before
> when moving things around).

Yes, since unittest.TestCase is still available (as are all the names). 
I believe so anyway...

Michael

> Cheers,
> Nick.
>


-- 

http://www.voidspace.org.uk/

READ CAREFULLY. By accepting and reading this email you agree,
on behalf of your employer, to release me from all obligations
and waivers arising from any and all NON-NEGOTIATED agreements,
licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap,
confidentiality, non-disclosure, non-compete and acceptable use
policies (”BOGUS AGREEMENTS”) that I have entered into with your
employer, its partners, licensors, agents and assigns, in
perpetuity, without prejudice to my ongoing rights and privileges.
You further represent that you have the authority to release me
from any BOGUS AGREEMENTS on behalf of your employer.



More information about the Python-Dev mailing list