| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
locale.getlocale() always calls sys.getfilesystemencoding(), instead of calling it only once.
|
@methane: I added _encoding variable to be able to calle locale.getencoding() during Python finalization, when modules attributes are set to None. But maybe it's not needed. By the way, Python tries to keep sys attributes as long as posible. So I wrote this PR to change it :-) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
locale.getlocale() always calls sys.getfilesystemencoding(), instead of calling it only once.