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 vinay.sajip
Recipients jordipf, vinay.sajip
Date 2012-08-10.21:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344634390.27.0.349423910751.issue15616@psf.upfronthosting.co.za>
In-reply-to
Content
You've only shown that the YAML loading produces the correct results on 2.6.

Logging changed from old-style classes in 2.6 to new-style classes in 2.7. This may be what is causing PyYAML a problem, but AFAICT PyYAML should work with new-style classes. Perhaps you need to invoke it differently for new-style classes?

Logging doesn't do anything special related to pickling, except that it takes care not to send objects which can't be pickled across the network (which is not relevant here).
History
Date User Action Args
2012-08-10 21:33:10vinay.sajipsetrecipients: + vinay.sajip, jordipf
2012-08-10 21:33:10vinay.sajipsetmessageid: <1344634390.27.0.349423910751.issue15616@psf.upfronthosting.co.za>
2012-08-10 21:33:09vinay.sajiplinkissue15616 messages
2012-08-10 21:33:09vinay.sajipcreate