mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
Update functools for 3.14 (#14002)
This commit is contained in:
@@ -124,13 +124,6 @@ fnmatch.filterfalse
|
||||
fractions.Fraction.__pow__
|
||||
fractions.Fraction.__rpow__
|
||||
fractions.Fraction.from_number
|
||||
functools.__all__
|
||||
functools.Placeholder
|
||||
functools.WRAPPER_ASSIGNMENTS
|
||||
functools.partialmethod.__new__
|
||||
functools.reduce
|
||||
functools.update_wrapper
|
||||
functools.wraps
|
||||
gzip.GzipFile.readinto
|
||||
gzip.GzipFile.readinto1
|
||||
gzip.compress
|
||||
@@ -269,6 +262,9 @@ types.UnionType.__mro_entries__
|
||||
types.UnionType.__name__
|
||||
types.UnionType.__qualname__
|
||||
|
||||
# Assigning `__new__` causes `func` not to get recognized.
|
||||
functools.partialmethod.__new__
|
||||
|
||||
# ====================================
|
||||
# Pre-existing errors from Python 3.13
|
||||
# ====================================
|
||||
|
||||
Reference in New Issue
Block a user