File tree Expand file tree Collapse file tree 2 files changed +84
-33
lines changed Expand file tree Collapse file tree 2 files changed +84
-33
lines changed Original file line number Diff line number Diff line change @@ -281,19 +281,19 @@ an error like all other unknown variables.
281
281
``Darwin Kernel Version 14.5.0: Wed Jul 29 02:18:53 PDT 2015; root:xnu-2782.40.9~2/RELEASE_X86_64 ``
282
282
* - ``python_version ``
283
283
- ``'.'.join(platform.python_version_tuple()[:2]) ``
284
- - Version
284
+ - :ref: ` Version < version-specifiers >`
285
285
- ``3.4 ``, ``2.7 ``
286
286
* - ``python_full_version ``
287
287
- :py:func: `platform.python_version() `
288
- - Version
288
+ - :ref: ` Version < version-specifiers >`
289
289
- ``3.4.0 ``, ``3.5.0b1 ``
290
290
* - ``implementation_name ``
291
291
- :py:data: `sys.implementation.name <sys.implementation> `
292
292
- String
293
293
- ``cpython ``
294
294
* - ``implementation_version ``
295
295
- see definition below
296
- - Version
296
+ - :ref: ` Version < version-specifiers >`
297
297
- ``3.4.0 ``, ``3.5.0b1 ``
298
298
* - ``extra ``
299
299
- An error except when defined by the context interpreting the
You can’t perform that action at this time.
0 commit comments