File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,14 @@ Cross platform
187
187
.. versionchanged :: 3.9
188
188
:attr: `processor ` is resolved late instead of immediately.
189
189
190
+ .. function :: invalidate_caches()
191
+
192
+ Clear out the internal cache of information, such as the :func: `uname `.
193
+ This is typically useful when the platform's :func: `node ` is changed
194
+ by an external process and one needs to retrieve the updated value.
195
+
196
+ .. versionadded :: 3.14
197
+
190
198
191
199
Windows platform
192
200
----------------
@@ -370,14 +378,3 @@ The following options are accepted:
370
378
You can also pass one or more positional arguments (``terse ``, ``nonaliased ``)
371
379
to explicitly control the output format. These behave similarly to their
372
380
corresponding options.
373
-
374
- Miscellaneous
375
- -------------
376
-
377
- .. function :: invalidate_caches()
378
-
379
- Clear out the internal cache of information, such as the :func: `uname `.
380
- This is typically useful when the platform's :func: `node ` is changed
381
- by an external process and one needs to retrieve the updated value.
382
-
383
- .. versionadded :: 3.14
You can’t perform that action at this time.
0 commit comments