import x as y

Aahz Maruch aahz at panix.com
Mon Oct 30 11:32:15 EST 2000


In article <mailman.972902404.22504.python-list at python.org>,
Thomas Wouters  <thomas at xs4all.net> wrote:
>
>d = {}
>import string as d['string'] # store directly in dict, not in local namespace
>
>and
>
>from sys import version_info as (maj, min, pl, type, relno) # unpack tuple
>
>and
>
>import shelve
>from myoptimizedCPickle import Pickler as shelve.Pickler # store in shelve

Yer a sick puppy.
-- 
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

'Does it say something about our culture that "academic" is sometimes
used as a synonym for "irrelevant"?'  --Marc Wilson



More information about the Python-list mailing list