Fred Drake

Results 5 issues of Fred Drake

With a pickled ``imapclient.fixed_offset.FixedOffset`` timezone with an offset of ``datetime.timedelta(0)``, unpickling raises an exception: ~~~~~ text TypeError: __init__() missing 1 required positional argument: 'minutes' ~~~~~ I can work around this...

The description of ``strict`` specifies only that it should be set to ``false`` to avoid validation. As a specification, the text should specifically spell out that ``true`` is the default...

Status: Accepted
Topic: Spec
Type: Maintenance

Constructing a Keycloak Admin interface generates a deprecation warning: ~~~~~~~ python traceback File ".../python3.8/site-packages/keycloak/keycloak_admin.py", line 96, in __init__ self.get_token() File ".../python3.8/site-packages/keycloak/keycloak_admin.py", line 1777, in get_token self.keycloak_openid = KeycloakOpenID(server_url=self.server_url, client_id=self.client_id, File...

`openid.server.server.OpenIDResponse.__init__` uses `request.namespace` instead of `request.message.getOpenIDNamespace()`, which generates deprecation warnings.

The restriction on where **$ref**'d content is inserted means that common examples of **$ref** usage cannot be used with this preprocessor. That means an existing project really can't adopt the...

help wanted