Skip to content

Commit 184540b

Browse files
author
Kevin Turner
committed
[project @ store.interface: note removal of isDumb in @change notes]
1 parent c161d91 commit 184540b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openid/store/interface.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ class OpenIDStore(object):
1010
mechanisms that the OpenID library needs, for both servers and
1111
consumers.
1212
13-
@change: Version 2.0 removed the C{storeNonce} and C{getAuthKey} methods,
14-
and changed the behavior of the C{L{useNonce}} method to support
15-
one-way nonces.
13+
@change: Version 2.0 removed the C{storeNonce}, C{getAuthKey}, and C{isDumb}
14+
methods, and changed the behavior of the C{L{useNonce}} method
15+
to support one-way nonces.
1616
1717
@sort: storeAssociation, getAssociation, removeAssociation,
1818
useNonce
@@ -137,7 +137,7 @@ def useNonce(self, server_url, timestamp, salt):
137137
with C{storeNonce}. Version 2.0 uses one-way nonces,
138138
requiring a different implementation here that does not
139139
depend on a C{storeNonce} call. (C{storeNonce} is no
140-
longer part of the interface.
140+
longer part of the interface.)
141141
142142
@param server_url: The URL of the server from which the nonce
143143
originated

0 commit comments

Comments
 (0)