Content deleted Content added
Jerryobject (talk | contribs) m Cut needless: whitespace character spaces, and parentheses, to standardize, aid work via small screens. |
Cobalt pen (talk | contribs) No edit summary |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 5:
== Syntax ==
{{
|name=''name'' |logo={{{logo}}} |logo caption |screenshot={{{screenshot}}} |screenshot caption
|paradigm=''paradigm'' {{smaller|or}} ''paradigms''
Line 69:
| latest_preview_version = 3.5.0b3 / {{Start date and age|2015|07|05|df=yes}}
| typing = [[Duck typing|Duck]], [[dynamic typing|dynamic]], [[strong typing|strong]], [[gradual typing|gradual]] (as of Python 3.5)
| memory management = [[Garbage collection (computer science)|garbage collected]]
| implementations = [[CPython]], [[IronPython]], [[Jython]], [[PyPy]]
| dialects = [[Cython]], [[RPython]], [[Stackless Python]]
Line 91:
| latest_preview_version = 3.5.0b3 / {{Start date|2015|07|05|df=yes}}
| typing = [[duck typing|duck]], [[dynamic typing|dynamic]], [[strong typing|strong]], [[gradual typing|gradual]] (as of Python 3.5)
| memory management = [[Garbage collection (computer science)|garbage collected]]
| implementations = [[CPython]], [[IronPython]], [[Jython]], [[PyPy]]
| dialects = [[Cython]], [[RPython]], [[Stackless Python]]
Line 102:
}}
</syntaxhighlight>
{{
===Parameters===
Line 127:
"type": "string",
"required": false,
"description": "Filename for the image; e.g., '
},
"logo size": {
Line 281:
"description": "Specifies the typing discipline implemented, used, or mandated"
},
},
"scope": {
"label": "Scope",
Line 413:
"latest preview date",
"typing",
"scope",
"implementations",
|