8000 Python 3.12.0a1 · python-docs-tr/cpython@4ae1a0e · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ae1a0e

Browse files
committed
Python 3.12.0a1
1 parent ad1dc3e commit 4ae1a0e

File tree

597 files changed

+6456
-1455
lines changed
  • Security
  • Tests
  • Tools-Demos
  • Windows
  • macOS
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    597 files changed

    +6456
    -1455
    lines changed

    Include/patchlevel.h

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -20,10 +20,10 @@
    2020
    #define PY_MINOR_VERSION 12
    2121
    #define PY_MICRO_VERSION 0
    2222
    #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
    23-
    #define PY_RELEASE_SERIAL 0
    23+
    #define PY_RELEASE_SERIAL 1
    2424

    2525
    /* Version as a string */
    26-
    #define PY_VERSION "3.12.0a0"
    26+
    #define PY_VERSION "3.12.0a1"
    2727
    /*--end constants--*/
    2828

    2929
    /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

    Lib/pydoc_data/topics.py

    Lines changed: 259 additions & 187 deletions
    Large diffs are not rendered by default.

    0 commit comments

    Comments
     (0)
    0