Re: [Python-Dev] Deprecated Cookie classes in Py3k

2008-05-28 Thread techtonik
On Wed, May 28, 2008 at 6:57 PM, Georg Brandl <[EMAIL PROTECTED]> wrote: > It was most likely an oversight on my part. I've now removed the classes > from the 3000 module. Nice! =) If you're up to fixing the docs, could you, please, also review the fresh issue about this module. http://bugs.pyt

Re: [Python-Dev] Deprecated Cookie classes in Py3k

2008-05-28 Thread Georg Brandl
techtonik schrieb: 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 ... ?: 1. Docs are not synchronized with API 2. Class

[Python-Dev] Deprecated Cookie classes in Py3k

2008-05-27 Thread techtonik
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 ... ?: 1. Docs are not synchronized with API 2. Classes are not removed yet