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 ethan.furman
Recipients ethan.furman, lukasz.langa, ncoghlan, pitrou, rhettinger
Date 2015-07-09.16:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436458544.18.0.428050222156.issue24597@psf.upfronthosting.co.za>
In-reply-to
Content
Sure.  I just saying that

@f.register(int, replace=True)

requires opt-in to replacing, whilst

@f.register(int, replace=False) # don't replace if one already exists

is still prone to bugs.
History
Date User Action Args
2015-07-09 16:15:44ethan.furmansetrecipients: + ethan.furman, rhettinger, ncoghlan, pitrou, lukasz.langa
2015-07-09 16:15:44ethan.furmansetmessageid: <1436458544.18.0.428050222156.issue24597@psf.upfronthosting.co.za>
2015-07-09 16:15:44ethan.furmanlinkissue24597 messages
2015-07-09 16:15:44ethan.furmancreate