#22619 closed Cleanup/optimization (fixed)
apache mod_wsgi envvars docs: os.path() is not a function
Reported by: | Collin Anderson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
"If your environment is not correctly configured, you will trigger UnicodeEncodeError
exceptions when calling functions like os.path()
on filenames that contain non-ASCII characters."
kind of nit-picky thing, but os.path()
is not a function. Maybe something like: "when calling functions like the ones in os.path
"?
Any any case, it's true that "filenames that contain non-ASCII characters" don't work well with the default /etc/apache2/envvars on debian/ubuntu.
Note:
See TracTickets
for help on using tickets.
In a1be7237ca108eb2d5d669e4306e93afcc79c6cb: