]> granicus.if.org Git - python/commit
This stopped working on Windows, due to a reference to the non-existent
authorTim Peters <tim.peters@gmail.com>
Tue, 5 Nov 2002 03:49:09 +0000 (03:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 5 Nov 2002 03:49:09 +0000 (03:49 +0000)
commita326f47a13e0c9fac32067f093976e2210da09e5
tree838e141683374d01dc01a7e83c4f48d983cf4c78
parentbc5e3cc34fc9943aa0d04cabc8030a5984868676
This stopped working on Windows, due to a reference to the non-existent
_locale.getdefaultlocale.  Guessing a leading underscore was intended,
but don't really understood this stuff (locale looks like Spanish for
the opposite of global to me <wink>).
Lib/locale.py