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 chester
Recipients aaronsw, admin, akuchling, barry, chester, doerwalter, effbot, fdrake, gvanrossum, jhylton, lemburg, loewis, memaul, mhammond, moshez, mpmak, mwh, ping, sjoerd, skip.montanaro, tim.peters, tmick, twouters, viznut
Date 2008-05-12.21:11:52
SpamBayes Score 0.017582364
Marked as misclassified No
Message-id <1210626714.02.0.133296907813.issue2842@psf.upfronthosting.co.za>
In-reply-to
Content
Names of dictionary methods are not consistent with Python's coding
style. Please fix the following method names:

1) fix    deepcopy    to be  deep_copy
2) fix    fromkeys    to be  from_keys
3) fix    popitem     to be  pop_item
4) fix    setdefault  to be  set_default

Please consider of renaming the method copy to shallow_copy. If you find
any other inconsistently named method, please fix it. Thank you.
History
Date User Action Args
2008-05-12 21:11:54chestersetspambayes_score: 0.0175824 -> 0.017582364
recipients: + chester, admin, mwh, lemburg, gvanrossum, tim.peters, loewis, jhylton, mhammond, sjoerd, fdrake, effbot, twouters, skip.montanaro, ping, viznut, moshez, barry, akuchling, aaronsw, doerwalter, mpmak, tmick, memaul
2008-05-12 21:11:54chestersetspambayes_score: 0.0175824 -> 0.0175824
messageid: <1210626714.02.0.133296907813.issue2842@psf.upfronthosting.co.za>
2008-05-12 21:11:53chesterlinkissue2842 messages
2008-05-12 21:11:52chestercreate