File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,6 @@ Dictionary objects
177177 occurred. Return ``NULL `` **without ** an exception set if the key
178178 wasn't present.
179179
180- The first argument can be a :class: `dict ` or a :class: `frozendict `.
181-
182180 .. versionchanged :: next
183181 Accept also :class: `frozendict `.
184182
@@ -189,8 +187,6 @@ Dictionary objects
189187 :c:expr: `const char* ` UTF-8 encoded bytes string, rather than a
190188 :c:expr: `PyObject* `.
191189
192- The first argument can be a :class: `dict ` or a :class: `frozendict `.
193-
194190 .. note ::
195191
196192 Exceptions that occur while this calls :meth: `~object.__hash__ ` and
@@ -209,8 +205,6 @@ Dictionary objects
209205 :c:expr: `const char* ` UTF-8 encoded bytes string, rather than a
210206 :c:expr: `PyObject* `.
211207
212- The first argument can be a :class: `dict ` or a :class: `frozendict `.
213-
214208 .. versionadded :: 3.13
215209
216210 .. versionchanged :: next
You can’t perform that action at this time.
0 commit comments