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. Classes are not removed yet (http://wiki.python.org/moin/Py3kDeprecated is actually a TODO) 3. Manual reference should contain information about all historical API changes

It was most likely an oversight on my part. I've now removed the classes
from the 3000 module.

Thanks,
Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to