mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
News updates for #13327.
This commit is contained in:
parent
be908405a5
commit
304a165426
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ Core and Builtins
|
|||
-----------------
|
||||
|
||||
- Issue #13327: Remove the need for an explicit None as the second argument
|
||||
to os.utime in order to update to the current time.
|
||||
to os.utime, os.lutimes, os.futimes, os.futimens, os.futimesat, in
|
||||
order to update to the current time. Also added keyword argument
|
||||
handling to os.utimensat in order to remove the need for explicit None.
|
||||
|
||||
- Issue #13350: Simplify some C code by replacing most usages of
|
||||
PyUnicode_Format by PyUnicode_FromFormat.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue