Mailing List Archive

CVS: python/dist/src/Misc NEWS,1.372,1.373
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv6238/python/Misc

Modified Files:
NEWS
Log Message:
Eliminate DONT_SHARE_SHORT_STRINGS.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.372
retrieving revision 1.373
diff -C2 -d -r1.372 -r1.373
*** NEWS 29 Mar 2002 16:28:31 -0000 1.372
--- NEWS 30 Mar 2002 10:06:07 -0000 1.373
***************
*** 92,98 ****
- 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.

C API
--- 92,98 ----
- On Unix, a shared libpython2.3.so can be created with --enable-shared.

! - 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