[Python-Dev] Deprecated Cookie classes in Py3k (original) (raw)
techtonik techtonik at gmail.com
Wed May 28 08:45:34 CEST 2008
- Previous message: [Python-Dev] Iterable String Redux (aka String ABC)
- Next message: [Python-Dev] Deprecated Cookie classes in Py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've noticed that some classes in Cookies module (namely SerialCookie and SmartCookie) deprecated since 2.3 still present in Python3000 documentation. http://docs.python.org/dev/3.0/library/http.cookies.html
Is it because ... ?:
- Docs are not synchronized with API
- Classes are not removed yet (http://wiki.python.org/moin/Py3kDeprecatedis actually a TODO)
- Manual reference should contain information about all historical API changes
-- --anatoly t. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080528/593bf4c6/attachment.htm>
- Previous message: [Python-Dev] Iterable String Redux (aka String ABC)
- Next message: [Python-Dev] Deprecated Cookie classes in Py3k
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]