]> granicus.if.org Git - python/commit
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
authorWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Thu, 28 Mar 2019 21:47:18 +0000 (22:47 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Mar 2019 21:47:18 +0000 (14:47 -0700)
commit74510e2a57f6d4b51ac1ab4f778cd7a4c54b541e
tree438bf203d740c30bd870b014dfab1748964352c4
parent02b84cb1b4f5407309c81c8b1ae0397355d6e568
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)

https://bugs.python.org/issue30427
Lib/ntpath.py
Lib/posixpath.py
Misc/NEWS.d/next/Library/2019-03-28-21-17-08.bpo-30427.lxzvbw.rst [new file with mode: 0644]