remove deprecated get_md5 from stat (#55659)

* remove deprecated get_md5 from stat

  fixes #55309

* removed get_md5 from tests involving stat

* keep get_md5 but hide it

* rst it

* ammended comment

* ws

* added ignore for hidden md5
This commit is contained in:
Brian Coca
2019-05-08 10:45:45 -04:00
committed by GitHub
parent cd95843ea5
commit deae5b1bce
5 changed files with 10 additions and 53 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- removed previously deprecated ``get_md5`` option from M(stat) module.