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 gvanrossum
Recipients
Date 2002-06-10.16:58:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Wow. Good job on the docs! (Although personally I would have
added the footnote at the end to keep the existing note
numbering :-).

In test_bool.py, 
#veris(operator.isMappingType([]), False)
should either be deleted or a different sample used, e.g.
veris(operator.isMappingType(1), False)

Some lines added to listobject.c (e.g. in
list_[ass_]subscript()) are longer than 79 characters.

But please do check it in, correcting the nits as you go!
History
Date User Action Args
2007-08-23 15:00:48adminlinkissue400998 messages
2007-08-23 15:00:48admincreate