New submission from Christoph Zwerschke <c...@online.de>:

The cgi.Fieldstorage class supports the __contains__ method since Py
2.2, but the documentation of Py 2.6 still only mentions the old
fashioned has_key method. See patch.

----------
assignee: georg.brandl
components: Documentation
files: cgi.patch
keywords: patch
messages: 90158
nosy: cito, georg.brandl
severity: normal
status: open
title: The cgi docs should advertize using "in" instead of "has_key"
versions: Python 2.6
Added file: http://bugs.python.org/file14456/cgi.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6423>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to