This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients plemarre, vinay.sajip
Date 2013-03-22.00:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363912944.41.0.106501798413.issue17508@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this fails because it tries to construct the MemoryHandler first. Because the constructing is done in order of the keys, you can get it to work by renaming the 'fileGlobal' to 'afileGlobal' - this gets constructed before 'bufferGlobal'. I agree this is a workaround for now - I will implement a fix in due course.
History
Date User Action Args
2013-03-22 00:42:24vinay.sajipsetrecipients: + vinay.sajip, plemarre
2013-03-22 00:42:24vinay.sajipsetmessageid: <1363912944.41.0.106501798413.issue17508@psf.upfronthosting.co.za>
2013-03-22 00:42:24vinay.sajiplinkissue17508 messages
2013-03-22 00:42:24vinay.sajipcreate