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 bruno.Piguet
Recipients bruno.Piguet, r.david.murray
Date 2012-06-09.09:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339235721.55.0.0110799505776.issue14984@psf.upfronthosting.co.za>
In-reply-to
Content
Do you agree that the attached patch could be a practical solution ?
The patch is for the 2.6 version of the lib. Transposition to other versions should be trivial.

If we don't want to break backward compatibility, the solution is to add a optional behavior flag argument,
something like def __init__(self, file=None, sec_mode=False):
and have the default value be False for old versions and True for 3.3 and further.
History
Date User Action Args
2012-06-09 09:55:21bruno.Piguetsetrecipients: + bruno.Piguet, r.david.murray
2012-06-09 09:55:21bruno.Piguetsetmessageid: <1339235721.55.0.0110799505776.issue14984@psf.upfronthosting.co.za>
2012-06-09 09:55:20bruno.Piguetlinkissue14984 messages
2012-06-09 09:55:20bruno.Piguetcreate