We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccba3f commit ae0aabcCopy full SHA for ae0aabc
1 file changed
Doc/whatsnew/3.15.rst
@@ -74,6 +74,8 @@ Summary -- Release highlights
74
* :pep:`782`: :ref:`A new PyBytesWriter C API to create a Python bytes object
75
<whatsnew315-pep782>`
76
* :ref:`Improved error messages <whatsnew315-improved-error-messages>`
77
+* :ref:`__pycache__ directories now contain a .gitignore file
78
+ <whatsnew315-pycache-gitignore>`
79
80
81
New features
@@ -397,6 +399,12 @@ Other language changes
397
399
for any class.
398
400
(Contributed by Serhiy Storchaka in :gh:`41779`.)
401
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
408
409
New modules
410
===========
0 commit comments