mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Clarify why csv stub has no __version__ attribute (#6398)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -25,6 +25,9 @@ if sys.version_info >= (3, 8):
|
||||
else:
|
||||
from collections import OrderedDict as _DictReadMapping
|
||||
|
||||
# __version__ is deliberately not defined here or in _csv.pyi,
|
||||
# as it appears to have been hardcoded at "1.0" for a very long time!
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class excel(Dialect):
|
||||
|
||||
Reference in New Issue
Block a user