构建

Windows

macOS

C API

Python 3.11.0 alpha 3

Release date: 2021-12-08

核心与内置函数

  1. >>> def f:
  2. File "<stdin>", line 1 def f: ^
  3. SyntaxError: expected '('

Use turtle.RawTurtle.tiltangle() instead.

turtle.RawTurtle.tiltangle() was earlier incorrectly marked as deprecated, its docstring has been corrected.

Patch by Hugo van Kemenade.

文档

测试

构建

Based on patch by Roman Yurchak for pyodide.

Patch by Erlend E. Aasland.

Windows

macOS

C API

Python 3.11.0 alpha 2

Release date: 2021-11-05

核心与内置函数

The order of the result may differ from earlier releases if the tuple elements don't define a total ordering (see 值比较 for information on total ordering). It's generally true that the result of sorting simply isn't well-defined in the absence of a total ordering on list elements.