mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Issue #20170: Convert posixmodule to use Argument Clinic.
This commit is contained in:
parent
0020d8e4fd
commit
2f93635d34
2 changed files with 8463 additions and 3092 deletions
|
@ -10,6 +10,8 @@ Release date: TBA
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #20170: Convert posixmodule to use Argument Clinic.
|
||||||
|
|
||||||
- Issue #22077: Improve index error messages for bytearrays, bytes, lists,
|
- Issue #22077: Improve index error messages for bytearrays, bytes, lists,
|
||||||
and tuples by adding 'or slices'. Added ', not <typename' for bytearrays.
|
and tuples by adding 'or slices'. Added ', not <typename' for bytearrays.
|
||||||
Original patch by Claudiu Popa.
|
Original patch by Claudiu Popa.
|
||||||
|
|
11521
Modules/posixmodule.c
11521
Modules/posixmodule.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue