diff options
author | native-api <ivan_pozdeev@mail.ru> | 2019-09-11 13:21:04 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-11 13:21:04 (GMT) |
commit | f9b5840fb4497a9e2ba2c1f01ad0dafba04c8496 (patch) | |
tree | d3a36453812d9f379f5284640cbed1b7cd70f4fd /Misc | |
parent | 6f55b0394bce8e64a59c61f465fec8079a00e55c (diff) | |
download | cpython-f9b5840fb4497a9e2ba2c1f01ad0dafba04c8496.zip cpython-f9b5840fb4497a9e2ba2c1f01ad0dafba04c8496.tar.gz cpython-f9b5840fb4497a9e2ba2c1f01ad0dafba04c8496.tar.bz2 |
bpo-33944: note about the intended use of code in .pth files (GH-10131)
https://bugs.python.org/issue33944
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-10-26-18-10-29.bpo-33944.V1YeOA.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-26-18-10-29.bpo-33944.V1YeOA.rst b/Misc/NEWS.d/next/Documentation/2018-10-26-18-10-29.bpo-33944.V1YeOA.rst new file mode 100644 index 0000000..29bec88 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-10-26-18-10-29.bpo-33944.V1YeOA.rst @@ -0,0 +1 @@ +Added a note about the intended use of code in .pth files. |