This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattip
Recipients Windson Yang, davin, mattip, pitrou, tzickel, zach.ware
Date 2018-07-23.01:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532311195.78.0.56676864532.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
It would be sufficient to modify the documentation to reflect the code. 

There are other objects like `file` that recommend[0] calling a method to release resources without depending on implementation-specific details like garbage collection.

[0] https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files
History
Date User Action Args
2018-07-23 01:59:55mattipsetrecipients: + mattip, pitrou, zach.ware, davin, tzickel, Windson Yang
2018-07-23 01:59:55mattipsetmessageid: <1532311195.78.0.56676864532.issue34172@psf.upfronthosting.co.za>
2018-07-23 01:59:55mattiplinkissue34172 messages
2018-07-23 01:59:55mattipcreate