Raymond Hettinger wrote: > While we're eliminating uses of the string and types modules, how about > other code clean-ups and modernization: > > [...] dont' forget: import stat; os.stat("foo")[stat.ST_MTIME] --> os.stat("foo").st_mtime But to be able to remove "import stat" everywhere the remaining functions in stat.py would have to be implemented as methods. And what about the remaining constants defined in stat.py? Bye, Walter Dörwald
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4