diff options
author | Guido van Rossum <guido@python.org> | 1997-10-09 23:32:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-09 23:32:24 (GMT) |
commit | 9a513efffa9797e01745dab57dce3dc8e76bf28e (patch) | |
tree | 5d5da249250038393d91964b435a676ce8844f16 /Misc/NEWS | |
parent | 91922677ead8c21c861e769d5d8973048a366939 (diff) | |
download | cpython-9a513efffa9797e01745dab57dce3dc8e76bf28e.zip cpython-9a513efffa9797e01745dab57dce3dc8e76bf28e.tar.gz cpython-9a513efffa9797e01745dab57dce3dc8e76bf28e.tar.bz2 |
Final touch -- Don's SGI_ABI patches.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1423,3 +1423,7 @@ it is always "200 OK") rather than swallowing it. - main() now calls setlocale(LC_ALL, ""), if setlocale() and <locale.h> are defined. + +- Changes to configure.in, the configure script, and both +Makefile.pre.in files, to support SGI's SGI_ABI platform selection +environment variable. |