diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-16 12:25:53 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-12-16 12:26:12 (GMT) |
| commit | f1eb0c0b0cd6ad24f3126e1df093aeb5845d6a88 (patch) | |
| tree | 98b1f5e19f03714748ce593e87b5a25c259a16b9 /Doc/reference | |
| parent | 1cc7551b3f9f71efbc88d96dce90f82de98b2454 (diff) | |
| download | cpython-3.15.0a3.zip cpython-3.15.0a3.tar.gz cpython-3.15.0a3.tar.bz2 | |
Python 3.15.0a3v3.15.0a3
Diffstat (limited to 'Doc/reference')
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 97f55ac..d929721 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -2640,7 +2640,7 @@ Notes on using *__slots__*: of the iterator's values. However, the *__slots__* attribute will be an empty iterator. -.. versionchanged:: next +.. versionchanged:: 3.15 Allowed defining the *__dict__* and *__weakref__* *__slots__* for any class. |
