Design tips requested for OOP forum system (using pickle)

Graham Ashton graz at mindless.com
Fri Nov 30 01:57:35 EST 2001


In article <Xns9169A5DDBC11Bandytoddspamfreeyaho at 203.109.250.24>, "Andy
Todd" <andy47 at halfcooked.com> wrote:

> "Graham Ashton" <graz at mindless.com> wrote in <56zN7.139$Jm.5630 at stones>:
> 
> Let me save you a whole line of code here;
> 
>     try:
>         import cPickle as pickle
>     except ImportError:
>         import pickle

Ah, of course. I've been using 1.5.2c1 too much at work (yeah, I know!).

-- 
Graham



More information about the Python-list mailing list