bottlepy / bottle

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

cosmetic improvement #1301

Open SergBobrovsky opened 3 years ago

Jwink3101 commented 3 years ago

I have no say in the matter but I think importing functions from a module goes against the "Zen of Python". Keep them in their own name space!

SergBobrovsky commented 3 years ago

I have no say in the matter but I think importing functions from a module goes against the "Zen of Python". Keep them in their own name space!

@Jwink3101 I believe that b64encode and b64decode are very specific words to cause names conflicts. How do you rate this:

from unicodedata import normalize