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 serhiy.storchaka
Recipients AstraLuma, BreamoreBoy, a.badger, berker.peksag, demian.brecht, eric.araujo, jafo, loewis, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2015-03-20.08:29:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426840175.05.0.313174214025.issue2211@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7 Morsel.set is declared as:

    def set(self, key, val, coded_val,
            LegalChars=_LegalChars,
            idmap=_idmap, translate=string.translate):

Undocumented parameters idmap and translate were removed without deprecation. idmap was removed in 14b65de9b798, translate was removed in 99027c2b3fd2 when their became unnecessary. Now LegalChars is unnecessary.
History
Date User Action Args
2015-03-20 08:29:35serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jafo, vstinner, AstraLuma, eric.araujo, a.badger, r.david.murray, BreamoreBoy, python-dev, berker.peksag, demian.brecht
2015-03-20 08:29:35serhiy.storchakasetmessageid: <1426840175.05.0.313174214025.issue2211@psf.upfronthosting.co.za>
2015-03-20 08:29:35serhiy.storchakalinkissue2211 messages
2015-03-20 08:29:34serhiy.storchakacreate