]> granicus.if.org Git - python/commit
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 07:21:59 +0000 (09:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 07:21:59 +0000 (09:21 +0200)
commit53c3fb186a587e01f88ec9c6b365fd614668d214
treeafa6312f355ee29e22ea3c940119200bde1845cd
parent8490f5acfee7269ac0eb41257a3a214dfb31a655
Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better
compatible with regular files (in particular it now supports the context
management protocol).
Misc/NEWS
Tools/freeze/bkfile.py
Tools/freeze/freeze.py
Tools/freeze/makefreeze.py