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 Andrew.Lutomirski, belopolsky, eddygeek, eltoder, r.david.murray, serhiy.storchaka
Date 2016-05-15.19:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463341507.53.0.805328470457.issue20371@psf.upfronthosting.co.za>
In-reply-to
Content
This looks as expected behavior to me. namedtuple._replace(), Parameter.replace(), Signature.replace() do it this way.
History
Date User Action Args
2016-05-15 19:45:07serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, r.david.murray, eltoder, Andrew.Lutomirski, eddygeek
2016-05-15 19:45:07serhiy.storchakasetmessageid: <1463341507.53.0.805328470457.issue20371@psf.upfronthosting.co.za>
2016-05-15 19:45:07serhiy.storchakalinkissue20371 messages
2016-05-15 19:45:07serhiy.storchakacreate