[Python-Dev] PEP 443 - Single-dispatch generic functions (including ABC support)
Nick Coghlan
ncoghlan at gmail.com
Sat May 25 17:15:49 CEST 2013
On Sun, May 26, 2013 at 1:09 AM, Łukasz Langa <lukasz at langa.pl> wrote:
> On 25 maj 2013, at 16:59, Nick Coghlan <ncoghlan at gmail.com> wrote:
>
> I think I added an issue on the tracker for that somewhere... yup:
> http://bugs.python.org/issue16832
>
> Given the global nature of the cache invalidation, it may be better as
> a module level abc.get_cache_token() function.
>
>
> I assigned myself to the issue. I hope it doesn't require a PEP? ;-)
Heh, I think you're safe on that one :)
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list