Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Doc/whatsnew/3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,15 @@ Build and C API Changes
* The :c:func:`PyUnicode_FSConverter` and :c:func:`PyUnicode_FSDecoder`
functions will now accept :term:`path-like objects <path-like object>`.

.. versionchanged:: 3.6.2
The UNIX build system using Makefile does not recompile generated files
based on file modification time anymore. The new ``make regen-all`` command
can be called explicitly to force a recompilation of all generated files. As
a consequence, by default, compililing Python doesn't need Python anymore.
The ``make touch`` command (to fix file modification time) was also removed
since it becomes useless. (Contributed by Victor Stinner in
:issue:`23404`.)


Other Improvements
==================
Expand Down