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
Java platform
192
200
-------------
@@ -388,14 +396,3 @@ The following options are accepted:
388
396
You can also pass one or more positional arguments (``terse ``, ``nonaliased ``)
389
397
to explicitly control the output format. These behave similarly to their
390
398
corresponding options.
391
-
392
- Miscellaneous
393
- -------------
394
-
395
- .. function :: invalidate_caches()
396
-
397
- Clear out the internal cache of information, such as the :func: `uname `.
398
- This is typically useful when the platform's :func: `node ` is changed
399
- by an external process and one needs to retrieve the updated value.
400
-
401
- .. versionadded :: 3.14
You can’t perform that action at this time.
0 commit comments