archive damaged
hendrik at topoi.pooq.com
hendrik at topoi.pooq.com
Fri Nov 2 08:02:37 EDT 2007
The archive seems to have been damages. Looking up messages from April,
2003 by author (at
https://lists.gnucash.org/pipermail/gnucash-user/2003-April/author.html)
gives me a log of gibberish, starting
# Copyright (C) 2002 Python Software Foundation # Author: che at debian.org
(Ben Gertzfield), barry at zope.com (Barry Warsaw) """Header encoding and
decoding functionality.""" import re from types import StringType,
UnicodeType import email.quopriMIME import email.base64MIME from
email.Charset import Charset try: from email._compat22 import _floordiv
except SyntaxError: # Python 2.1 spells integer division differently
from email._compat21 import _floordiv try: True, False except NameError:
True = 1 False = 0 CRLFSPACE = '\r\n ' CRLF = '\r\n' NL = '\n' SPACE8 =
' ' * 8 EMPTYSTRING = '' MAXLINELEN = 76 ENCODE = 1 DECODE = 2 USASCII =
More information about the gnucash-user
mailing list