]> granicus.if.org Git - python/commit
Issue #28075: Fix test_access_denied in Python 3.5
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Sep 2016 10:56:29 +0000 (13:56 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Sep 2016 10:56:29 +0000 (13:56 +0300)
commitbf3c1c32354499515496fa38215d103cb50dde3b
treeb31222be9ba53481ddeae6e53b242b722da2bf2a
parent17a564ecc9501e0cb33216e4cc2955b9b5ecc224
Issue #28075: Fix test_access_denied in Python 3.5

I forgot there two variations of os.stat() in Python 3.5.
Lib/test/test_os.py
Modules/posixmodule.c