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 r.david.murray
Recipients C19, docs@python, r.david.murray
Date 2013-01-12.13:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357998743.34.0.187601147211.issue16942@psf.upfronthosting.co.za>
In-reply-to
Content
Please open a separate issue for your enhancement request in your second message (assuming there isn't already one open).  I'm not sure what your third message is about, but it also sounds off topic for your original bug report.

For the FileCookieJar issue, I agree that the documentation is unclear.  However, it is perfectly reasonable to have a documented base class that is an Abstract Base Class, and there is no reason for us to invent our own unique cookie file format just to make FileCookieJar work by itself.  ABCs didn't exist when FileCookieJar was implemented, so it should be turned in to one for 3.4 (it might break working code, so we shouldn't do that for bug fix releases).  That way you would get a useful error when you try to instantiate it, rather than when you try to use it.  And the docs should document it as being a base-class-only for all active releases.
History
Date User Action Args
2013-01-12 13:52:23r.david.murraysetrecipients: + r.david.murray, docs@python, C19
2013-01-12 13:52:23r.david.murraysetmessageid: <1357998743.34.0.187601147211.issue16942@psf.upfronthosting.co.za>
2013-01-12 13:52:23r.david.murraylinkissue16942 messages
2013-01-12 13:52:21r.david.murraycreate