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 bkline
Recipients bkline, georg.brandl, jafo, jimjjewett
Date 2007-09-19.14:40:21
SpamBayes Score 0.044478316
Marked as misclassified No
Message-id <1190212822.07.0.543447872169.issue1541463@psf.upfronthosting.co.za>
In-reply-to
Content
Please note that the documentation of the keys() method of the
FieldStorage class (both in the method's docstring as well as in the
separate library manual) describes the method as a "dictionary style
keys() method."  Section 3.8 of the documentation has this to say about
the keys() method of a dictionary: "Keys and values are listed in an
arbitrary order which is non-random, varies across Python
implementations, and depends on the dictionary's history of insertions
and deletions."  I believe the proposed implementation conforms with
this specified behavior.
History
Date User Action Args
2007-09-19 14:40:22bklinesetspambayes_score: 0.0444783 -> 0.044478316
recipients: + bkline, georg.brandl, jafo, jimjjewett
2007-09-19 14:40:22bklinesetspambayes_score: 0.0444783 -> 0.0444783
messageid: <1190212822.07.0.543447872169.issue1541463@psf.upfronthosting.co.za>
2007-09-19 14:40:22bklinelinkissue1541463 messages
2007-09-19 14:40:21bklinecreate