bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.34k stars 1.46k forks source link

ResourceManager.__iter__() #1278

Open SergBobrovsky opened 3 years ago

SergBobrovsky commented 3 years ago

a little shorter

defnull commented 3 years ago

Are you sure that this does the same thing? Note that the search list is mutated within the loop.

SergBobrovsky commented 3 years ago

Yes, it works right, I'm shure