commit | 9390dd5b4aa5f32551ac9e5d9988930fbb8ad055 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Jul 23 00:30:11 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Jul 23 00:30:11 2003 +0000 |
tree | 1f810ea61c92956e553b70e14f29108c9be7cb7d | |
parent | 36f7e938f287adb4a5c00bb66c5479357dfa9c26 [diff] |
locale-restoration code: Don't leave comparison to None implicit. For all I know, the original locale may be '' (I don't think that's possible, but ...), and if so we would certainly want to restore it.