]> granicus.if.org Git - python/commit
Issue #25994: Added the close() method and the support of the context manager
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:21:30 +0000 (13:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:21:30 +0000 (13:21 +0200)
commitffe96ae10be8a3117fa18c35034fcfc45c3cf7b7
tree8bda90834ab525f75a46f6dc26ea9adba141ffe7
parent2feb64258558fc280f1d87bec211d83def48a9f0
Issue #25994: Added the close() method and the support of the context manager
protocol for the os.scandir() iterator.
Doc/library/os.rst
Doc/whatsnew/3.6.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c