summaryrefslogtreecommitdiff
path: root/Mailman/Logging/Utils.py
diff options
context:
space:
mode:
authorklm1998-07-01 15:38:33 +0000
committerklm1998-07-01 15:38:33 +0000
commitba80b4a28bf9f883cd114c7f68e80c21c904abb8 (patch)
treec44cef1d9975954f4d288f42a773734c21cf4887 /Mailman/Logging/Utils.py
parent4ff6175bf29aa505475f16acee64861bb51a11a4 (diff)
downloadmailman-ba80b4a28bf9f883cd114c7f68e80c21c904abb8.tar.gz
mailman-ba80b4a28bf9f883cd114c7f68e80c21c904abb8.tar.zst
mailman-ba80b4a28bf9f883cd114c7f68e80c21c904abb8.zip
Maillist: Upon investigating why self._mime_separator was never
initted i discovered that the TempVars routines were not being properly invoked. So i've created an InitTempVars method which is responsible for: - setting several of the '_' underscore prefixed temp vars in that were previously in __init__() - calling the InitTempVars() routines present in some of the base classes - currently HTMLFormatter and Digester. I had to make sure that the check for a specified name was properly respected (another thing fixed - anonymous links were broken, so "l = MailList.MailList()" wouldn't work), and convey the lock status in properly. John, please check my logic - i was trying to infer what you were intending with the TempVars stuff, from what seemed to be an incompletely implemented rationale. Anyway, the crashes from the lack of self._mime_separator and from trying to instantiate without a name are now alleviated.
Diffstat (limited to 'Mailman/Logging/Utils.py')
0 files changed, 0 insertions, 0 deletions