Re: [Python-Dev] [Python-checkins] peps: Add Alexandre's suggestions

2011-08-16 Thread Nick Coghlan
On Tue, Aug 16, 2011 at 9:23 PM, Antoine Pitrou wrote: > On Tue, 16 Aug 2011 20:15:51 +1000 > Nick Coghlan wrote: >> > >> > Oops, I admit I hadn't read PEP 395. >> > PEP 395 focuses on module aliasing, while the suggestion above focuses >> > on the path of objects in modules. How can we reconcile

Re: [Python-Dev] [Python-checkins] peps: Add Alexandre's suggestions

2011-08-16 Thread Nick Coghlan
On Tue, Aug 16, 2011 at 7:25 PM, Antoine Pitrou wrote: > On Tue, 16 Aug 2011 12:35:48 +1000 > Nick Coghlan wrote: >> On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou >> wrote: >> > +Serializing "pseudo-global" objects >> > +--- >> > + >> > +Objects which are not m

Re: [Python-Dev] [Python-checkins] peps: Add Alexandre's suggestions

2011-08-16 Thread Antoine Pitrou
On Tue, 16 Aug 2011 12:35:48 +1000 Nick Coghlan wrote: > On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou > wrote: > > +Serializing "pseudo-global" objects > > +--- > > + > > +Objects which are not module-global, but should be treated in a similar > > +fashion -- s

Re: [Python-Dev] [Python-checkins] peps: Add Alexandre's suggestions

2011-08-15 Thread Nick Coghlan
On Tue, Aug 16, 2011 at 11:30 AM, antoine.pitrou wrote: > +Serializing "pseudo-global" objects > +--- > + > +Objects which are not module-global, but should be treated in a similar > +fashion -- such as methods [4]_ or nested classes -- cannot currently be > +pickle