Issue #20170: Convert posixmodule to use Argument Clinic.

This commit is contained in:
Larry Hastings 2014-08-05 14:04:04 +10:00
parent 0020d8e4fd
commit 2f93635d34
2 changed files with 8463 additions and 3092 deletions

View File

@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
- Issue #20170: Convert posixmodule to use Argument Clinic.
- Issue #22077: Improve index error messages for bytearrays, bytes, lists,
and tuples by adding 'or slices'. Added ', not <typename' for bytearrays.
Original patch by Claudiu Popa.

File diff suppressed because it is too large Load Diff