]> granicus.if.org Git - python/commit
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 15 May 2012 13:30:25 +0000 (15:30 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 15 May 2012 13:30:25 +0000 (15:30 +0200)
commitffa1d0b8d53f426f1f9a0d47f25440b8994c4fb0
tree2c5626573e004979e0c38b58ed9ce31a3c96dcb5
parent41829e82c1826dd71b64f8334959bcf7731f66fc
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
Doc/library/stat.rst
Doc/whatsnew/3.3.rst
Lib/stat.py
Lib/tarfile.py
Lib/test/test_stat.py [new file with mode: 0644]
Misc/NEWS