[issue2842] Dictionary methods: inconsistency

2008-05-12 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Chester, this is your last warning. One more submission like this and we will ban you from submitting new bug reports. You have to learn how to use the bug tracker properly if you don't want to be ignored completely. -- nosy: +gva

[issue2842] Dictionary methods: inconsistency

2008-05-12 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Rejecting as "invalid". If you somehow still think something should change, please discuss that on the py3k list. -- nosy: +chester, loewis resolution: -> invalid status: open -> closed __ Tracker <[

[issue2842] Dictionary methods: inconsistency

2008-05-12 Thread Fredrik Lundh
Changes by Fredrik Lundh <[EMAIL PROTECTED]>: -- nosy: -effbot __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2842] Dictionary methods: inconsistency

2008-05-12 Thread Fredrik Lundh
Fredrik Lundh <[EMAIL PROTECTED]> added the comment: Eh? Why did you add *everyone* involved the project to the nosy list? (I'll leave explaining why breaking almost all Python programs in the name of "consistency" is an absurd idea to someone else). -- nosy: -aaronsw, admin, akuchlin

[issue2842] Dictionary methods: inconsistency

2008-05-12 Thread Chester
New submission from Chester <[EMAIL PROTECTED]>: Names of dictionary methods are not consistent with Python's coding style. Please fix the following method names: 1) fixdeepcopyto be deep_copy 2) fixfromkeysto be from_keys 3) fixpopitem to be pop_item 4) fixsetdefa