commit | fc4514c22b0c4a84c3e2c66a12893d81492f5224 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Aug 18 05:07:12 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Aug 18 05:07:12 2000 +0000 |
tree | 8faf9b1ed1aee8ae473b9723004f54e27738b393 | |
parent | 87bec35d7480bf468d1d1fc7c39b7d99f1581dd0 [diff] [blame] |
init_locale(): This file defines the _locale module, so the Py_FatalError() should reflect that.
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 030f9d6..5dabfca 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c
@@ -454,5 +454,5 @@ Py_XDECREF(x); if (PyErr_Occurred()) - Py_FatalError("Can't initialize module locale"); + Py_FatalError("Can't initialize module _locale"); }