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 tim.peters
Recipients
Date 2002-04-08.16:46:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Getting closer!  Two more questions:

+ Why switch from tabs to spaces?  The rest of this file 
uses hard tabs, and that's what Guido prefers in C source.

+ Think hard about whether we really want to decref the 
value -- I doubt we do, as we're *transferring* ownership 
of the value from the dict to the caller.
History
Date User Action Args
2007-08-23 15:12:06adminlinkissue539949 messages
2007-08-23 15:12:06admincreate