summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-03-30 10:06:07 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-03-30 10:06:07 (GMT)
commit8deda70b16c0683c3d8718f751d8668f13977c70 (patch)
tree3f0eab6931ed8fcbe3595671e5b0ed2b28a01b9e /Misc/NEWS
parent522cf1f6fb2dab78702af1f1f06b0855fab75149 (diff)
downloadcpython-8deda70b16c0683c3d8718f751d8668f13977c70.zip
cpython-8deda70b16c0683c3d8718f751d8668f13977c70.tar.gz
cpython-8deda70b16c0683c3d8718f751d8668f13977c70.tar.bz2
Eliminate DONT_SHARE_SHORT_STRINGS.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67dedd1..c852056 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,9 +91,9 @@ Build
- On Unix, a shared libpython2.3.so can be created with --enable-shared.
-- References to the CACHE_HASH and INTERN_STRINGS preprocessor symbols
- were eliminated. They were always defined, and the internal features
- they enabled stopped being experimental long ago.
+- All uses of the CACHE_HASH, INTERN_STRINGS, and DONT_SHARE_SHORT_STRINGS
+ preprocessor symbols were eliminated. The internal decisions they
+ controlled stopped being experimental long ago.
C API