File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ Summary -- Release highlights
7474* :pep: `782 `: :ref: `A new PyBytesWriter C API to create a Python bytes object
7575 <whatsnew315-pep782>`
7676* :ref: `Improved error messages <whatsnew315-improved-error-messages >`
77+ * :ref: `__pycache__ directories now contain a .gitignore file
78+ <whatsnew315-pycache-gitignore>`
7779
7880
7981New features
@@ -397,6 +399,12 @@ Other language changes
397399 for any class.
398400 (Contributed by Serhiy Storchaka in :gh: `41779 `.)
399401
402+ .. _whatsnew315-pycache-gitignore :
403+
404+ * :file: `__pycache__ ` directories now contain a :file: `.gitignore ` file for Git
405+ that ignores their contents.
406+ (Contributed by Stan Ulbrych in :gh: `141081 `.)
407+
400408
401409New modules
402410===========
You can’t perform that action at this time.
0 commit comments