mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[stdlib] Copy-edit deprecation messages (#14614)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ class Namespace(_AttributeHolder):
|
||||
__hash__: ClassVar[None] # type: ignore[assignment]
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
@deprecated("Deprecated in Python 3.14; Simply open files after parsing arguments")
|
||||
@deprecated("Deprecated since Python 3.14. Open files after parsing arguments instead.")
|
||||
class FileType:
|
||||
# undocumented
|
||||
_mode: str
|
||||
|
||||
Reference in New Issue
Block a user