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 srittau
Recipients srittau
Date 2008-12-07.17:35:45
SpamBayes Score 1.0331176e-05
Marked as misclassified No
Message-id <1228671347.68.0.444266504353.issue4578@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch replaces all instances of "x.has_key(k)" method calls
by "k in x". It also replaces one call to parser.ast2tuple by
parser.st2tuple. This removes deprecation warnings when running in -3 mode.
History
Date User Action Args
2008-12-07 17:35:47srittausetrecipients: + srittau
2008-12-07 17:35:47srittausetmessageid: <1228671347.68.0.444266504353.issue4578@psf.upfronthosting.co.za>
2008-12-07 17:35:47srittaulinkissue4578 messages
2008-12-07 17:35:46srittaucreate