Message 91517 - Python tracker (original) (raw)

Message91517

Author lemburg
Recipients lemburg, tarek
Date 2009-08-13.08:40:55
SpamBayes Score 0.017289314
Marked as misclassified No
Message-id 1250152856.9.0.610063454127.issue6693@psf.upfronthosting.co.za
In-reply-to
Content
Two things: * The globals should get a comment explaining what their purpose is and where they are being initialized. * The get*() functions should only initialize the globals if they are set to None. In the patch, they are initialized every time the functions are called.
History
Date User Action Args
2009-08-13 08:40:57 lemburg set recipients: + lemburg, tarek
2009-08-13 08:40:56 lemburg set messageid: 1250152856.9.0.610063454127.issue6693@psf.upfronthosting.co.za
2009-08-13 08:40:55 lemburg link issue6693 messages
2009-08-13 08:40:55 lemburg create