This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients daniel.urban, pitrou, pwil3058, r.david.murray, serhiy.storchaka
Date 2012-12-04.12:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354622923.16.0.731352451106.issue12457@psf.upfronthosting.co.za>
In-reply-to
Content
The "naming confusion" was fixed in 3.3:
http://docs.python.org/dev/whatsnew/3.3.html#pep-3155-qualified-name-for-classes-and-functions

As for pickle, it indeed depends on protocol version 4 as proposed in PEP 3154.
History
Date User Action Args
2012-12-04 12:08:43pitrousetrecipients: + pitrou, r.david.murray, daniel.urban, pwil3058, serhiy.storchaka
2012-12-04 12:08:43pitrousetmessageid: <1354622923.16.0.731352451106.issue12457@psf.upfronthosting.co.za>
2012-12-04 12:08:43pitroulinkissue12457 messages
2012-12-04 12:08:42pitroucreate