Dieter Maurer

Results 122 comments of Dieter Maurer

Malthe Borch wrote at 2020-3-29 00:13 -0700: >I'm not sure I'm completely understanding what needs to be done to fix this. One possibility: ``` def get(self, key, default=None): try: return...

Malthe Borch wrote at 2022-4-5 22:19 -0700: ***@***.*** did you have a chance to look at the pull request that addresses this? ^^^ I missed that you would like me...

Malthe Borch wrote at 2020-7-15 12:47 -0700: >I suppose in this case it's a bit of a grey area :-) I have spent hours to understand what happened in a...

Malthe Borch wrote at 2020-6-21 00:47 -0700: >The internal default marker is not exposed or usable from the outside. The original TAL/TALES specification had defined the TALES "default" value and...

Malthe Borch wrote at 2020-6-21 00:47 -0700: >The internal default marker is not exposed or usable from the outside. It's used as a non-value. But it makes me wonder why...

Malthe Borch wrote at 2020-6-22 08:54 -0700: >I can confirm this. Dictionary attributes ignore the `literal_false` setting. and almost surely "default" and boolean attributes, too.

mohankumaru wrote at 2022-1-19 02:13 -0800: >Is there a way to include annotated assignment in the code being executed? Currently, this is not possible. > ... >Where I am looking...

Jaakko Luttinen wrote at 2019-6-14 08:06 -0700: >Given the following: > >``` >class IFoo(zope.interface.Interface): > def bar(lorem="ipsum", alice=42): > """ ... """ > >@zope.interface.implementer(IFoo) >class Foo(): > def bar(self, x=666,...

> See #63 for some details. Maybe at least some parts of the issue can be fixed via a PR. Will `zope.interface` drop Python 2 support soon? After there is...

wei1224hf wrote at 2022-1-17 00:34 -0800: >The zope.interface installation would use the latest setuptools ... > ... >pip install twisted==20.3.0 # The lastest can't work on python2.7, 20.3.0 can >`...