mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Use Final for Constant Literals in the stdlib (#12332)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# TODO: triage these (new in py313)
|
||||
_stat.SF_SETTABLE
|
||||
_stat.SF_SUPPORTED
|
||||
_stat.SF_SYNTHETIC
|
||||
fcntl.F_GETOWN_EX
|
||||
@@ -49,7 +48,6 @@ posix.timerfd_settime
|
||||
posix.timerfd_settime_ns
|
||||
posix.unlockpt
|
||||
readline.backend
|
||||
stat.SF_SETTABLE
|
||||
stat.SF_SUPPORTED
|
||||
stat.SF_SYNTHETIC
|
||||
syslog.LOG_INSTALL
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# New in py313 (triage these!)
|
||||
_msi
|
||||
_stat.SF_SETTABLE
|
||||
_stat.SF_SUPPORTED
|
||||
_stat.SF_SYNTHETIC
|
||||
_winapi.BatchedWaitForMultipleObjects
|
||||
@@ -36,7 +35,6 @@ os.fchmod
|
||||
os.lchmod
|
||||
os.path.exists
|
||||
os.path.lexists
|
||||
stat.SF_SETTABLE
|
||||
stat.SF_SUPPORTED
|
||||
stat.SF_SYNTHETIC
|
||||
subprocess.__all__
|
||||
|
||||
Reference in New Issue
Block a user