commit | 60c8a3aba82b83e8da25e614bee2329f7c74509f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 09 21:27:33 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 09 21:27:33 2002 +0000 |
tree | aca59785a43a496ccab95744349b5519e13042a2 | |
parent | 8052f8921e569c5c7c9afff6dc973dde9ec8f2e5 [diff] |
GNU readline() mistakenly sets the LC_CTYPE locale. This is evil. Only the user or the app's main() should do this! We must save and restore the locale around the rl_initialize() call.