diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2024-05-30 16:38:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 16:38:37 (GMT) |
commit | e91fc11fafb657cab88c5e6f13822432a3b9dc64 (patch) | |
tree | 3d65cbb9c8725cd9b7441d4deab999c01d096810 /InternalDocs | |
parent | 6fb191be15fd49da10506de29b6393ffdf59b894 (diff) | |
download | cpython-e91fc11fafb657cab88c5e6f13822432a3b9dc64.zip cpython-e91fc11fafb657cab88c5e6f13822432a3b9dc64.tar.gz cpython-e91fc11fafb657cab88c5e6f13822432a3b9dc64.tar.bz2 |
gh-119786: create folder in cpython repo for internals documentation (#119787)
Diffstat (limited to 'InternalDocs')
-rw-r--r-- | InternalDocs/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/InternalDocs/index.md b/InternalDocs/index.md new file mode 100644 index 0000000..32b66a2 --- /dev/null +++ b/InternalDocs/index.md @@ -0,0 +1,12 @@ + +# CPython Internals Documentation + +The documentation in this folder is intended for CPython maintainers. +It describes implementation details of CPython, which should not be +assumed to be part of the Python language specification. These details +can change between any two CPython versions and should not be assumed +to hold for other implementations of the Python language. + +The core dev team attempts to keep this documentation up to date. If +it is not, please report that through the +[issue tracker](https://github.com/python/cpython/issues). |